Skip to content

Commit

Permalink
Bump actions/cache version to 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeregorix committed Mar 4, 2025
1 parent 909e478 commit a76165a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/common-integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
distribution: temurin
java-version: "${{ matrix.java }}"
- uses: "actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9" # v4.0.2
- uses: "actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf" # v4.2.2
with:
path: "${{ github.workspace}}/libraries"
key: "${{runner.os}}-${{matrix.java}}-it-libraries-${{ hashFiles('code/build.gradle.kts') }}-${{ github.workspace }}/code/libraries.json"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/common-run-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runtime_version: 21
publishing_branch_regex: 'api-\d+'
- name: setup / cache minecraft dependencies
uses: "actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9" # v4.0.2
uses: "actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf" # v4.2.2
with:
path: |
${{ github.workspace}}/buildSrc/.gradle/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
publishing_branch_regex: ''
- name: setup / minecraft cache
if: "!(matrix.skipUpdateBranch && startsWith(github.ref, 'refs/heads/update/'))"
uses: "actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9" # v4.0.2
uses: "actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf" # v4.2.2
with:
path: |
${{ github.workspace}}/buildSrc/.gradle/
Expand Down

0 comments on commit a76165a

Please sign in to comment.