Skip to content

Commit

Permalink
Update cache action version for CYF builds
Browse files Browse the repository at this point in the history
  • Loading branch information
RhenaudTheLukark authored Feb 18, 2025
1 parent abea8d1 commit cabd929
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 @@ -14,7 +14,7 @@ jobs:
lfs: true

# Cache
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: Library
key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
lfs: true

# Cache
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: Library
key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
lfs: true

# Cache
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: Library
key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
Expand Down

0 comments on commit cabd929

Please sign in to comment.