Skip to content

Commit bce8f1b

Browse files
chore(deps): update actions/checkout digest to 93cb6ef (#248)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bdafe37 commit bce8f1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
name: cclib
2828
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
2929
# Checkout of the current head in the working dir
30-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
30+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3131
with:
3232
persist-credentials: false
3333
- name: Check nix flake

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Run pre-commit
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
19+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2020
with:
2121
persist-credentials: false
2222
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6

0 commit comments

Comments
 (0)