We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 708e39e commit b39d733Copy full SHA for b39d733
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
name: Build
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
+ - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
19
- uses: ./.github/actions/setup-rust
20
21
.github/workflows/release-plz.yml
- name: Checkout repository
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
+ uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
with:
fetch-depth: 0
- name: Install Rust toolchain
0 commit comments