Skip to content

Commit 70de91f

Browse files
chore(deps): bump actions/cache from 2 to 3 (#15)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 75694be commit 70de91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
ref: ${{ github.ref }}
5252

53-
- uses: actions/cache@v2
53+
- uses: actions/cache@v3
5454
with:
5555
path: |
5656
${{ matrix.go-build }}

0 commit comments

Comments
 (0)