We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1262f92 commit 5ead697Copy full SHA for 5ead697
.github/actions/setup/action.yml
@@ -5,7 +5,7 @@ runs:
5
using: "composite"
6
steps:
7
- name: Set up Go
8
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
+ uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
9
env:
10
# to handle cache overwrite errors
11
TAR_OPTIONS: --skip-old-files
0 commit comments