We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 139770f commit f539658Copy full SHA for f539658
.github/actions/setup-tools/action.yml
@@ -23,7 +23,7 @@ runs:
23
github_token: ${{ inputs.github_token }}
24
25
- name: Setup Go Cache
26
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
+ uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
27
with:
28
cache: ${{ inputs.cache }}
29
cache-dependency-path: |
0 commit comments