Skip to content

Commit 5a4340e

Browse files
authored
we fuckin ball
1 parent 0603c45 commit 5a4340e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy-site.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout 🛎️
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525

2626
- name: Install and Build 🔧
2727
run: |
@@ -33,13 +33,13 @@ jobs:
3333
sed -i 's/{gh_actions_replace_hash}/${{ github.sha }}/' dist/index.html
3434
3535
- name: Setup Pages ⚙️
36-
uses: actions/configure-pages@v2
36+
uses: actions/configure-pages@v5
3737

3838
- name: Upload artifact 📁
39-
uses: actions/upload-pages-artifact@v1
39+
uses: actions/upload-pages-artifact@v3
4040
with:
4141
path: 'dist'
4242

4343
- name: Deploy to GitHub Pages 🚀
4444
id: deployment
45-
uses: actions/deploy-pages@v1
45+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)