Skip to content

Commit bc27b0f

Browse files
authored
Merge pull request #3667 from rust-lang/renovate/actions-checkout-4.x
Update actions/checkout action to v4.1.7
2 parents 872f285 + 62d11fb commit bc27b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
15+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1616
with:
1717
fetch-depth: 0
1818
- name: Install mdbook

0 commit comments

Comments
 (0)