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 a4f3442 + 2c8b135 commit 98400c1Copy full SHA for 98400c1
.github/workflows/release.yaml
@@ -23,7 +23,7 @@ jobs:
23
release:
24
runs-on: ubuntu-latest
25
steps:
26
- - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
+ - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
+ uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
17
- name: Restore Go cache
18
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
19
with:
0 commit comments