Skip to content

Commit

Permalink
bump: gh actions cache plugin 4.2.0 (#4473)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren authored Mar 4, 2025
1 parent f2341c7 commit 7246964
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
jvm: ${{ matrix.JVM_NAME }}

- name: Cache Build Target
uses: actions/cache@v3.0.11
uses: actions/cache@v4.2.0
with:
path: project/**/target
key: build-target-${{ hashFiles('**/*.sbt', 'project/build.properties', 'project/**/*.scala') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
jvm: temurin:1.17

- name: Cache Build Target
uses: actions/cache@v3.0.11
uses: actions/cache@v4.2.0
with:
path: project/**/target
key: build-target-${{ hashFiles('**/*.sbt', 'project/build.properties', 'project/**/*.scala') }}
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
jvm: ${{ matrix.JVM_NAME }}

- name: Cache Build Target
uses: actions/cache@v3.0.11
uses: actions/cache@v4.2.0
with:
path: project/**/target
key: build-target-${{ hashFiles('**/*.sbt', 'project/build.properties', 'project/**/*.scala') }}
Expand Down

0 comments on commit 7246964

Please sign in to comment.