We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f7f44d commit da0a6b3Copy full SHA for da0a6b3
.github/workflows/pr.yml
@@ -87,7 +87,7 @@ jobs:
87
with:
88
# stable: 'false' # Keep this line to be able to use rc and beta version of Go (ex: 1.18.0-rc1).
89
go-version: ${{ matrix.golang }}
90
- - uses: actions/cache@v2.1.7
+ - uses: actions/cache@v3
91
92
path: ~/go/pkg/mod
93
key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
0 commit comments