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 00f4ad5 commit 01589caCopy full SHA for 01589ca
2 files changed
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
git config --global core.symlinks true
35
git config --global fetch.parallel 32
36
37
- - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
+ - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
38
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
39
40
- name: Run sccache-cache
.github/workflows/relesae-plz.yml
@@ -24,7 +24,7 @@ jobs:
24
private-key: ${{ secrets.RELEASE_BOT_APP_PRIVATE_KEY }}
25
26
- name: Checkout repository
27
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
+ uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
28
with:
29
fetch-depth: 0
30
token: ${{ steps.generate-token.outputs.token }}
0 commit comments