Skip to content

Commit 4bb1fa2

Browse files
committed
Update build
1 parent e31ac8a commit 4bb1fa2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111

1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4 # Updated to latest version
1515

1616
- name: Set up Python
17-
uses: actions/setup-python@v4
17+
uses: actions/setup-python@v5 # Updated to latest version
1818
with:
1919
python-version: '3.x'
2020

@@ -27,10 +27,10 @@ jobs:
2727
mkdocs build
2828
2929
- name: Setup Pages
30-
uses: actions/configure-pages@v3
30+
uses: actions/configure-pages@v4 # Updated to latest version
3131

3232
- name: Upload artifact
33-
uses: actions/upload-pages-artifact@v1
33+
uses: actions/upload-pages-artifact@v2 # Updated to latest version
3434
with:
3535
path: ./site
3636

@@ -50,4 +50,4 @@ jobs:
5050
steps:
5151
- name: Deploy to GitHub Pages
5252
id: deployment
53-
uses: actions/deploy-pages@v2
53+
uses: actions/deploy-pages@v3 # Updated to latest version

0 commit comments

Comments
 (0)