Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and hdonnay committed Mar 13, 2023
1 parent 9ac012d commit aa0b994
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 @@ -88,7 +88,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Cache Go dependencies
uses: actions/cache@v3.2.6
uses: actions/cache@v3.3.0
with:
path: |
~/.cache/go-build
Expand All @@ -97,7 +97,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go${{ matrix.go }}-
- name: Cache misc testdata
uses: actions/cache@v3.2.6
uses: actions/cache@v3.3.0
with:
key: testdata-${{ hashFiles('**/*_test.go') }}
restore-keys: |
Expand Down

0 comments on commit aa0b994

Please sign in to comment.