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 5eefb19 commit 44f9d8dCopy full SHA for 44f9d8d
.github/workflows/goreleaser.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-24.04
15
steps:
16
- name: Checkout
17
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
+ uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
18
with:
19
fetch-depth: 0
20
.github/workflows/lint-test-build.yml
@@ -19,7 +19,7 @@ jobs:
lint-test:
21
22
- - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
+ - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
23
24
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
25
0 commit comments