Skip to content

Commit

Permalink
Update workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vulcandth committed Jul 20, 2024
1 parent f2c1a94 commit 829fc9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cache emsdk
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: emsdk
key: ${{ runner.os }}-emsdk-${{ hashFiles('emsdk/emsdk_manifest.json') }}
Expand All @@ -38,7 +38,7 @@ jobs:
make
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
Expand Down

0 comments on commit 829fc9e

Please sign in to comment.