Skip to content

Commit 69c5e37

Browse files
update ci.yml versioning
1 parent 8b3e4fa commit 69c5e37

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ on:
55
push:
66
branches:
77
- main
8+
9+
permissions:
10+
contents: write
811

912
jobs:
1013
deploy:
1114
runs-on: ubuntu-latest
1215
steps:
13-
- uses: actions/checkout@v2
14-
- uses: actions/setup-python@v2
16+
- uses: actions/checkout@v4
17+
- uses: actions/setup-python@v5
1518
with:
1619
python-version: 3.x
1720
- run: pip install mkdocs-material

0 commit comments

Comments
 (0)