Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 0b4b4fa

Browse files
chore: bump actions/cache from 1 to 2 (#385)
Bumps [actions/cache](https://github.com/actions/cache) from 1 to 2. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v1...v2) --- 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> Co-authored-by: Jonathan Yu <[email protected]>
1 parent 0e66c05 commit 0b4b4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
CODER_PASSWORD: ${{ secrets.CODER_PASSWORD }}
1414
steps:
1515
- uses: actions/checkout@v1
16-
- uses: actions/cache@v1
16+
- uses: actions/cache@v2
1717
with:
1818
path: ~/go/pkg/mod
1919
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)