Skip to content

Commit cfbc77c

Browse files
authored
Merge pull request #262 from dtolnay-contrib/checkoutv3
Update GitHub Actions actions/checkout@v2 to v3
2 parents 37054cd + 035b538 commit cfbc77c

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
@@ -9,7 +9,7 @@ jobs:
99
name: GitHub Pages
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313

1414
- name: Get mdBook
1515
run: |

0 commit comments

Comments
 (0)