Skip to content

Commit c7c7376

Browse files
authored
Merge pull request #52 from intelowlproject/develop
updated actions
2 parents 6299849 + c0c2a5e commit c7c7376

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/nextjs.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3434
- name: Detect package manager
3535
id: detect-package-manager
3636
run: |
@@ -49,20 +49,20 @@ jobs:
4949
exit 1
5050
fi
5151
- name: Setup Node
52-
uses: actions/setup-node@v3
52+
uses: actions/setup-node@v4
5353
with:
5454
node-version: "16"
5555
cache: ${{ steps.detect-package-manager.outputs.manager }}
5656
- name: Setup Pages
57-
uses: actions/configure-pages@v3
57+
uses: actions/configure-pages@v5
5858
with:
5959
# Automatically inject basePath in your Next.js configuration file and disable
6060
# server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
6161
#
6262
# You may remove this line if you want to manage the configuration yourself.
6363
static_site_generator: next
6464
- name: Restore cache
65-
uses: actions/cache@v3
65+
uses: actions/cache@v4
6666
with:
6767
path: |
6868
.next/cache
@@ -94,4 +94,4 @@ jobs:
9494
steps:
9595
- name: Deploy to GitHub Pages
9696
id: deployment
97-
uses: actions/deploy-pages@v2
97+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)