Skip to content

Commit bcb8823

Browse files
committed
Updated static.yml
1 parent 61d0830 commit bcb8823

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/static.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v6
3535

3636
- name: Enable corepack
3737
id: enable-corepack
@@ -63,10 +63,10 @@ jobs:
6363
cache: ${{ steps.detect-package-manager.outputs.manager }}
6464

6565
- name: Setup Pages
66-
uses: actions/configure-pages@v4
66+
uses: actions/configure-pages@v6
6767

6868
- name: Restore cache
69-
uses: actions/cache@v4
69+
uses: actions/cache@v5
7070
with:
7171
path: |
7272
.next/cache
@@ -83,7 +83,7 @@ jobs:
8383
run: ${{ steps.detect-package-manager.outputs.runner }} next build
8484

8585
- name: Upload artifact
86-
uses: actions/upload-pages-artifact@v3
86+
uses: actions/upload-pages-artifact@v5
8787
with:
8888
path: ./out
8989

@@ -97,4 +97,4 @@ jobs:
9797
steps:
9898
- name: Deploy to GitHub Pages
9999
id: deployment
100-
uses: actions/deploy-pages@v4
100+
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)