We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd21fa3 commit 6aa89c5Copy full SHA for 6aa89c5
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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
+ uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 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