We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07c4a39 + cfc60d1 commit cb23d50Copy full SHA for cb23d50
1 file changed
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Set up Docker Buildx
26
uses: docker/setup-buildx-action@v3
27
- name: Cache Go modules
28
- uses: actions/cache@v4
+ uses: actions/cache@v5
29
with:
30
path: ~/go/pkg/mod
31
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
0 commit comments