Skip to content

Commit

Permalink
Upgrade actions/cache to v4 because Node 16 is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
froissant committed Apr 2, 2024
1 parent 30ecbc0 commit 9dbb11b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/godot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cache import assets
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .godot/imported/
key: import-assets-${{ runner.os }}-${{ github.sha }}
Expand All @@ -24,7 +24,7 @@ jobs:
needs: import-assets
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: .godot/imported/
key: import-assets-${{ runner.os }}-${{ github.sha }}
Expand Down

0 comments on commit 9dbb11b

Please sign in to comment.