Skip to content

Commit bf78114

Browse files
committed
Update GitHub Actions workflow to use latest action versions for improved performance and security
1 parent 587d710 commit bf78114

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919

2020
- name: Setup Node
21-
uses: actions/setup-node@v3
21+
uses: actions/setup-node@v4
2222
with:
2323
node-version: '20'
2424
cache: 'npm'
@@ -33,10 +33,10 @@ jobs:
3333
run: touch ./dist/.nojekyll
3434

3535
- name: Setup Pages
36-
uses: actions/configure-pages@v3
36+
uses: actions/configure-pages@v4
3737

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

@@ -49,4 +49,4 @@ jobs:
4949
steps:
5050
- name: Deploy to GitHub Pages
5151
id: deployment
52-
uses: actions/deploy-pages@v2
52+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)