Skip to content

Commit

Permalink
chore(deps): bump actions/cache from 2 to 3 (#5926)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v2...v3)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit e3d0222)
  • Loading branch information
dependabot[bot] authored and mergify[bot] committed Sep 7, 2023
1 parent 9583896 commit c8b9c47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
distribution: 'zulu'
- name: Cache on push
if: github.event_name == 'push'
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.gradle
key: ${{ runner.os }}-cd-it-${{ github.sha }}
Expand All @@ -35,7 +35,7 @@ jobs:
${{ runner.os }}-cd-it-${{ github.event.before }}
- name: Cache on pull_request
if: github.event_name == 'pull_request'
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.gradle
key: ${{ runner.os }}-cd-it-${{ github.event.pull_request.head.sha }}
Expand Down

0 comments on commit c8b9c47

Please sign in to comment.