Skip to content

Commit 5f3bec8

Browse files
committed
Update GHA versions
1 parent d39317b commit 5f3bec8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci_cd.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
free -h
3636
3737
- name: Checkout
38-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
38+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3939

4040
- name: Setup Node
41-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
41+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
4242
with:
4343
node-version: '24'
4444
cache: 'yarn'
@@ -48,7 +48,7 @@ jobs:
4848
run: yarn install --immutable
4949

5050
- name: Cache Docusaurus build
51-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
51+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
5252
with:
5353
path: |
5454
.docusaurus
@@ -61,7 +61,7 @@ jobs:
6161
run: yarn build
6262

6363
- name: Upload Artifact
64-
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4
64+
uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0
6565
with:
6666
path: build
6767

@@ -84,9 +84,9 @@ jobs:
8484
id-token: write
8585
steps:
8686
- name: Setup Pages
87-
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
87+
uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6.0.0
8888

8989
- name: Deploy to GitHub Pages
9090
id: deployment
91-
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
91+
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0
9292

0 commit comments

Comments
 (0)