Skip to content

Commit a37db2b

Browse files
committed
updated actions versions
1 parent cddac1f commit a37db2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
- name: Upload artifact
17-
uses: actions/upload-pages-artifact@v1
17+
uses: actions/upload-pages-artifact@v3
1818
with:
1919
path: ./public # directory with generated files
2020
- name: Deploy to Pages
21-
uses: actions/deploy-pages@v1
21+
uses: actions/deploy-pages@v4
2222
with:
2323
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)