Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 4, 2022
1 parent c28a174 commit 2df3f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Cache Go dependencies
uses: actions/cache@v2
uses: actions/cache@v3.0.1
with:
path: |
~/.cache/go-build
Expand All @@ -91,7 +91,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go${{ matrix.go }}-
- name: Cache misc testdata
uses: actions/cache@v2
uses: actions/cache@v3.0.1
with:
key: testdata-${{ hashFiles('**/*_test.go') }}
restore-keys: |
Expand Down

0 comments on commit 2df3f9f

Please sign in to comment.