Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 13, 2022
1 parent 0dad974 commit 7c33022
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@v3.0.3
uses: actions/cache@v3.0.4
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@v3.0.3
uses: actions/cache@v3.0.4
with:
key: testdata-${{ hashFiles('**/*_test.go') }}
restore-keys: |
Expand Down

0 comments on commit 7c33022

Please sign in to comment.