Skip to content

Commit c697332

Browse files
Update actions/checkout action to v3
1 parent 5f63be3 commit c697332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout main
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v3
1313
- name: Deploy docs
1414
uses: mhausenblas/mkdocs-deploy-gh-pages@master
1515
env:

0 commit comments

Comments
 (0)