Skip to content

Commit 4749341

Browse files
authored
Merge pull request #71 from Profiidev/renovate/actions-checkout-digest
chore(deps): update actions/checkout digest to df4cb1c
2 parents 73ff05c + 9069f56 commit 4749341

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
client-id: ${{ secrets.COMMIT_BOT_CLIENT_ID }}
1919
private-key: ${{ secrets.COMMIT_BOT_PRIVATE_KEY }}
20-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
20+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2121
with:
2222
ref: ${{ github.event.pull_request.head.ref }}
2323
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
client-id: ${{ secrets.COMMIT_BOT_CLIENT_ID }}
2222
private-key: ${{ secrets.COMMIT_BOT_PRIVATE_KEY }}
2323
- name: Checkout repository
24-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
24+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2525
with:
2626
fetch-depth: 0
2727

0 commit comments

Comments
 (0)