Skip to content

Commit

Permalink
⬆️ Bump actions/cache from 3.0.8 to 4.1.2
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.8 to 4.1.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.0.8...v4.1.2)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent 87458c8 commit ccb9e88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
# jdkFile: ${{ env.JDK_FILE }}

- name: Cache Gradle dependencies
uses: actions/cache@v3.0.8
uses: actions/cache@v4.1.2
with:
path: |
~/.gradle/caches
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qodana-inspect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v3

- name: Cache Qodana dependencies
uses: actions/cache@v3.0.8
uses: actions/cache@v4.1.2
with:
path: ~/work/_temp/_github_home/qodana-cache
key: ${{ runner.os }}-qodana-${{ github.ref }}
Expand Down

0 comments on commit ccb9e88

Please sign in to comment.