Skip to content

Commit c34a652

Browse files
chore(deps): update actions/cache action to v5 (#4020)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 356910d commit c34a652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ runs:
3535
cache: 'sbt'
3636
- uses: sbt/setup-sbt@v1
3737
if: ${{ inputs.setup-java == 'true' }}
38-
- uses: actions/cache@v4
38+
- uses: actions/cache@v5
3939
if: ${{ github.actor == 'stryker-mutator' }}
4040
with:
4141
path: .nx/cache

0 commit comments

Comments
 (0)