We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2d73d0 commit 935c59cCopy full SHA for 935c59c
2 files changed
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- name: Checkout
20
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
+ uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
21
with:
22
fetch-depth: 0
23
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
- name: Checkout code
27
28
29
- name: Install Go
30
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
0 commit comments