Skip to content

Commit 75242d8

Browse files
authored
[FCE-1126] Update GitHub Actions (#88)
## Description Update GH actions, as some of them are now deprecated
1 parent db39fb9 commit 75242d8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/docs.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333
# 👇 Build steps
3434
- name: Set up Node.js
3535
uses: actions/setup-node@v4
@@ -43,12 +43,12 @@ jobs:
4343
run: yarn build
4444
# 👆 Build steps
4545
- name: Setup Pages
46-
uses: actions/configure-pages@v3
46+
uses: actions/configure-pages@v5
4747
- name: Upload artifact
48-
uses: actions/upload-pages-artifact@v2
48+
uses: actions/upload-pages-artifact@v3
4949
with:
5050
# 👇 Specify build output path
5151
path: build
5252
- name: Deploy to GitHub Pages
5353
id: deployment
54-
uses: actions/deploy-pages@v2
54+
uses: actions/deploy-pages@v4

.github/workflows/static_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: checkout
9-
uses: actions/checkout@v3
9+
uses: actions/checkout@v4
1010
- name: Use corepack
1111
run: corepack enable
1212
- name: Install node dependencies

0 commit comments

Comments
 (0)