We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c1204 commit 28c5df9Copy full SHA for 28c5df9
.github/workflows/push.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Set up Docker Buildx
26
uses: docker/setup-buildx-action@v1
27
- name: Cache Go modules
28
- uses: actions/cache@v2
+ uses: actions/cache@v3
29
with:
30
path: ~/go/pkg/mod
31
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
0 commit comments