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.
2 parents ca7897c + dabbdbd commit 3127449Copy full SHA for 3127449
.github/workflows/release.yaml
@@ -23,7 +23,7 @@ jobs:
23
release:
24
runs-on: ubuntu-latest
25
steps:
26
- - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
+ - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
27
- name: Prepare
28
id: prep
29
run: |
.github/workflows/test.yaml
@@ -13,7 +13,7 @@ jobs:
13
14
15
- name: Checkout
16
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
+ uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
17
- name: Restore Go cache
18
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
19
with:
0 commit comments