We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34cc7ab commit 0fb7b69Copy full SHA for 0fb7b69
2 files changed
.github/workflows/release.yaml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Checkout
12
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
13
- name: Setup Go
14
uses: actions/setup-go@v5
15
with:
.github/workflows/test.yaml
@@ -11,7 +11,7 @@ jobs:
16
17
0 commit comments