diff --git a/.github/workflows/marp-pages.yml b/.github/workflows/marp-pages.yml index 6c29ab4..1329e27 100644 --- a/.github/workflows/marp-pages.yml +++ b/.github/workflows/marp-pages.yml @@ -25,7 +25,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Copy images run: mkdir build && cp -R slides/img build/img && cp -R slides/themes build/themes