Skip to content

Commit 4c7aece

Browse files
chore: bump actions/cache from 2.1.7 to 3.0.7
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.0.7. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2.1.7...v3.0.7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a3f17ab commit 4c7aece

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
go-version: ${{ matrix.go-version }}
2323
- name: Checkout code
2424
uses: actions/checkout@v2
25-
- uses: actions/cache@v2.1.7
25+
- uses: actions/cache@v3.0.7
2626
with:
2727
path: ~/go/pkg/mod
2828
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)