We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22d4398 commit 5d92733Copy full SHA for 5d92733
.github/workflows/main.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Cache Go tools
32
id: go-tools-cache
33
- uses: actions/cache@v4
+ uses: actions/cache@v5
34
with:
35
path: ~/go/bin
36
key: ${{ runner.os }}-go-tools-${{ hashFiles('.mise.toml') }}
.github/workflows/pr-checks.yml
0 commit comments