Skip to content

Commit 8b0dd57

Browse files
rootroot
authored andcommitted
Fix: Update deprecated GitHub Actions
1 parent 6424fed commit 8b0dd57

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
# These are the steps the robot will follow
2020
steps:
2121
- name: Checkout code
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323

2424
- name: Setup Pages
25-
uses: actions/configure-pages@v3
25+
uses: actions/configure-pages@v4
2626

2727
- name: Upload site files
28-
uses: actions/upload-pages-artifact@v1
28+
uses: actions/upload-pages-artifact@v3
2929
with:
3030
# Upload the root folder (where our index.html is)
3131
path: '.'

0 commit comments

Comments
 (0)