Skip to content

Commit bff9cae

Browse files
aduh95juanarbol
authored andcommitted
tools: update GHA actions version
PR-URL: #42498 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 2e6a66d commit bff9cae

16 files changed

+34
-34
lines changed

.github/workflows/auto-start-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
persist-credentials: false
4242

4343
- name: Install Node.js
44-
uses: actions/setup-node@v2
44+
uses: actions/setup-node@v3
4545
with:
4646
node-version: ${{ env.NODE_VERSION }}
4747

.github/workflows/build-tarball.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
persist-credentials: false
4343
- name: Set up Python ${{ env.PYTHON_VERSION }}
44-
uses: actions/setup-python@v2
44+
uses: actions/setup-python@v3
4545
with:
4646
python-version: ${{ env.PYTHON_VERSION }}
4747
- name: Environment Information
@@ -55,7 +55,7 @@ jobs:
5555
mkdir tarballs
5656
mv *.tar.gz tarballs
5757
- name: Upload tarball artifact
58-
uses: actions/upload-artifact@v2
58+
uses: actions/upload-artifact@v3
5959
with:
6060
name: tarballs
6161
path: tarballs
@@ -67,13 +67,13 @@ jobs:
6767
with:
6868
persist-credentials: false
6969
- name: Set up Python ${{ env.PYTHON_VERSION }}
70-
uses: actions/setup-python@v2
70+
uses: actions/setup-python@v3
7171
with:
7272
python-version: ${{ env.PYTHON_VERSION }}
7373
- name: Environment Information
7474
run: npx envinfo
7575
- name: Download tarball
76-
uses: actions/download-artifact@v2
76+
uses: actions/download-artifact@v3
7777
with:
7878
name: tarballs
7979
path: tarballs

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
persist-credentials: false
4242
- name: Set up Python ${{ env.PYTHON_VERSION }}
43-
uses: actions/setup-python@v2
43+
uses: actions/setup-python@v3
4444
with:
4545
python-version: ${{ env.PYTHON_VERSION }}
4646
- name: Install deps

.github/workflows/commit-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
persist-credentials: false
2121
- run: git reset HEAD^2
2222
- name: Install Node.js
23-
uses: actions/setup-node@v2
23+
uses: actions/setup-node@v3
2424
with:
2525
node-version: ${{ env.NODE_VERSION }}
2626
- name: Validate commit message

.github/workflows/commit-queue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
# Install dependencies
5757
- name: Install Node.js
58-
uses: actions/setup-node@v2
58+
uses: actions/setup-node@v3
5959
with:
6060
node-version: ${{ env.NODE_VERSION }}
6161
- name: Install node-core-utils

.github/workflows/coverage-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
persist-credentials: false
3939
- name: Set up Python ${{ env.PYTHON_VERSION }}
40-
uses: actions/setup-python@v2
40+
uses: actions/setup-python@v3
4141
with:
4242
python-version: ${{ env.PYTHON_VERSION }}
4343
- name: Environment Information

.github/workflows/coverage-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
persist-credentials: false
4141
- name: Set up Python ${{ env.PYTHON_VERSION }}
42-
uses: actions/setup-python@v2
42+
uses: actions/setup-python@v3
4343
with:
4444
python-version: ${{ env.PYTHON_VERSION }}
4545
- name: Install deps

.github/workflows/daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
persist-credentials: false
2020
- name: Use Node.js ${{ env.NODE_VERSION }}
21-
uses: actions/setup-node@v2
21+
uses: actions/setup-node@v3
2222
with:
2323
node-version: ${{ env.NODE_VERSION }}
2424
- name: Environment Information

.github/workflows/doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
with:
2727
persist-credentials: false
2828
- name: Use Node.js ${{ env.NODE_VERSION }}
29-
uses: actions/setup-node@v2
29+
uses: actions/setup-node@v3
3030
with:
3131
node-version: ${{ env.NODE_VERSION }}
3232
- name: Environment Information
3333
run: npx envinfo
3434
- name: Build
3535
run: NODE=$(command -v node) make doc-only
36-
- uses: actions/upload-artifact@v2
36+
- uses: actions/upload-artifact@v3
3737
with:
3838
name: docs
3939
path: out/doc

.github/workflows/find-inactive-collaborators.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
persist-credentials: false
2323

2424
- name: Use Node.js ${{ env.NODE_VERSION }}
25-
uses: actions/setup-node@v2
25+
uses: actions/setup-node@v3
2626
with:
2727
node-version: ${{ env.NODE_VERSION }}
2828

0 commit comments

Comments
 (0)