Skip to content

Commit fea2d9b

Browse files
committed
workflow bump deps
1 parent d1d2651 commit fea2d9b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/publish-github-pages.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ jobs:
6969
steps:
7070
- name: Checkout
7171
# https://github.com/actions/checkout
72-
uses: actions/checkout@v4
72+
uses: actions/checkout@v6.0.2
7373
with:
7474
# The full history, required to compute lastUpdatedAt
7575
fetch-depth: 0
7676

7777
- name: Use Nodejs
7878
# https://github.com/actions/setup-node
79-
uses: actions/setup-node@v4
79+
uses: actions/setup-node@v6.2.0
8080
with:
8181
# Node LTS version.
8282
node-version: 20
@@ -89,18 +89,18 @@ jobs:
8989

9090
- name: Setup Pages
9191
# https://github.com/actions/configure-pages
92-
uses: actions/configure-pages@v5
92+
uses: actions/configure-pages@v5.0.0
9393

9494
- name: Upload Pages artifact
9595
# https://github.com/actions/upload-pages-artifact
96-
uses: actions/upload-pages-artifact@v3
96+
uses: actions/upload-pages-artifact@v4.0.0
9797
with:
9898
# Upload entire repository
9999
path: './website/build'
100100

101101
- name: Deploy to GitHub Pages
102102
id: deployment # referred by environment above, to get the URL.
103103
# https://github.com/actions/deploy-pages
104-
uses: actions/deploy-pages@v4
104+
uses: actions/deploy-pages@v4.0.5
105105
with:
106106
artifact_name: github-pages

0 commit comments

Comments
 (0)