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 631efe8 commit b1135a3Copy full SHA for b1135a3
.github/workflows/docker-push.yml
@@ -13,7 +13,7 @@ jobs:
13
build-and-push:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
+ - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
17
- name: Set tag var
18
id: tagvars
19
run: |
.github/workflows/rust.yml
@@ -15,7 +15,7 @@ jobs:
- uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # tag=v3.0.11
20
with:
21
path: |
0 commit comments