Skip to content

Commit b05e563

Browse files
committed
chore(deps): update actions/checkout digest to 692973e
1 parent 009a00e commit b05e563

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
lint:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
11+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1212
- uses: psf/black@3702ba224ecffbcec30af640c149f231d90aebdb # 24.4.2
1313

1414
tests:
@@ -17,7 +17,7 @@ jobs:
1717
needs: lint
1818
steps:
1919
# Checkout the Repo
20-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
20+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2121

2222
# Install Node 18
2323
- name: Setup Node
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
# Checkout the Repo
45-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
45+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
4646

4747
# Install Python
4848
- name: Setup Python

.github/workflows/mdbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
build:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
24+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2525
with:
2626
fetch-depth: 0
2727
- name: Install latest mdbook

0 commit comments

Comments
 (0)