Skip to content

Commit 7d7c023

Browse files
wolfroedigerStefanSteiner
authored andcommitted
Update GitHub actions
1 parent a925c9a commit 7d7c023

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/deploy.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@ jobs:
2828
id: setup-pages
2929

3030
- name: Checkout main
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232
with:
3333
ref: main
3434
path: main
3535

3636
- name: Checkout upcoming
37-
uses: actions/checkout@v3
37+
uses: actions/checkout@v4
3838
with:
3939
ref: upcoming
4040
path: upcoming
4141

4242
- name: Setup node
43-
uses: actions/setup-node@v3
43+
uses: actions/setup-node@v4
4444
with:
4545
node-version: '20.8'
4646
cache: yarn
@@ -88,7 +88,7 @@ jobs:
8888
mv combined/lang_docs/tableauhyperapi-java-docs-* combined/lang_docs/java
8989
9090
- name: Upload webpage artifact
91-
uses: actions/upload-pages-artifact@v1
91+
uses: actions/upload-pages-artifact@v3
9292
with:
9393
path: 'combined'
9494

.github/workflows/proof.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818

1919
- name: Setup node
20-
uses: actions/setup-node@v3
20+
uses: actions/setup-node@v4
2121
with:
2222
node-version: '20.8'
2323
cache: yarn
@@ -43,6 +43,6 @@ jobs:
4343
GITHUB_BASE_PATH: ${{ steps.setup-pages.outputs.base_path }}
4444

4545
- name: Upload webpage artifact
46-
uses: actions/upload-pages-artifact@v1
46+
uses: actions/upload-pages-artifact@v3
4747
with:
4848
path: 'website/build'

0 commit comments

Comments
 (0)