Skip to content

Commit d522c7a

Browse files
Update actions/checkout action to v4
1 parent 32e8696 commit d522c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

+1-1
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@v3
12+
uses: actions/checkout@v4
1313
- name: Deploy docs
1414
uses: mhausenblas/mkdocs-deploy-gh-pages@master
1515
env:

0 commit comments

Comments
 (0)