Skip to content

Commit

Permalink
Merge pull request #25 from Daft-Freak/patch-5
Browse files Browse the repository at this point in the history
Update actions for deprecation warnings
  • Loading branch information
Daft-Freak committed Jan 26, 2023
2 parents a116067 + de427f1 commit bd08314
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ jobs:
steps:
# Check out the main repo
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: main

# Check out the 32Blit API we build against
- name: Checkout 32Blit API
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: 32blit/32blit-sdk
path: 32blit-sdk
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Setup Emscripten cache
if: matrix.name == 'Emscripten'
id: cache-system-libraries
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{env.EM_CACHE_FOLDER}}
key: ${{env.EM_VERSION}}-${{runner.os}}
Expand Down

0 comments on commit bd08314

Please sign in to comment.