We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dd2e45 commit d4806b7Copy full SHA for d4806b7
2 files changed
.github/workflows/goreleaser.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
-
17
name: Checkout
18
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
19
with:
20
fetch-depth: 0
21
.github/workflows/lint-test-build.yml
@@ -19,7 +19,7 @@ jobs:
lint-test:
runs-on: ubuntu-24.04
22
- - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
23
24
- name: check valid yml
25
run: yq . *.yaml
0 commit comments