We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23a4070 + 457ebee commit 8fad06fCopy full SHA for 8fad06f
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ${{ matrix.venv }}
12
steps:
13
- name: Install Go
14
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
+ uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
15
with:
16
go-version: ${{ matrix.go-version }}
17
- name: Checkout code
0 commit comments