Skip to content

Commit 63ab91e

Browse files
committed
fix: update GitHub Actions to latest versions
1 parent b17ac6d commit 63ab91e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/production.yml

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

2626
- name: Setup Node
27-
uses: actions/setup-node@v3
27+
uses: actions/setup-node@v4
2828
with:
2929
node-version: 18.17.0
3030
cache: 'yarn'
@@ -56,7 +56,7 @@ jobs:
5656
run: NEXT_PUBLIC_APP_ENV=production yarn build
5757

5858
- name: Upload artifact
59-
uses: actions/upload-pages-artifact@v2
59+
uses: actions/upload-pages-artifact@v4
6060
with:
6161
path: ./out
6262

@@ -70,4 +70,4 @@ jobs:
7070
steps:
7171
- name: Deploy to GitHub Pages
7272
id: deployment
73-
uses: actions/deploy-pages@v2
73+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)