Skip to content

Commit a6b67bd

Browse files
authored
Update main.yml
1 parent 1cf64f2 commit a6b67bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
go-version: ${{ matrix.go-version }}
2222

2323
- name: Cache Go modules
24-
uses: actions/cache@v2
24+
uses: actions/cache@v3
2525
with:
2626
path: ~/.cache/go-build
2727
key: ${{ runner.os }}-go-${{ matrix.go-version }}-${{ hashFiles('**/go.mod') }}

0 commit comments

Comments
 (0)