Skip to content

Commit 681135a

Browse files
Update GH action versions (#498)
1 parent 52f0e0a commit 681135a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: "Prepare: Checkout Repository"
9-
uses: actions/checkout@v2
9+
uses: actions/checkout@v4
1010
- name: "Install Node.js"
1111
uses: actions/setup-node@v3
1212

.github/workflows/ci.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- name: "Prepare: Checkout Repository"
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414
- name: "Prepare: Use Node.js ${{ matrix.node-version }}"
1515
uses: actions/setup-node@v4
1616
with:
@@ -50,10 +50,10 @@ jobs:
5050
runs-on: ubuntu-latest
5151
steps:
5252
- name: "Prepare: Checkout Repository"
53-
uses: actions/checkout@v2
53+
uses: actions/checkout@v4
5454

5555
- name: "Prepare: Get Build Artifact"
56-
uses: actions/download-artifact@v2
56+
uses: actions/download-artifact@v4
5757
with:
5858
name: package
5959
path: dist/
@@ -107,15 +107,15 @@ jobs:
107107
runs-on: ubuntu-latest
108108
steps:
109109
- name: "Prepare: Checkout Repository"
110-
uses: actions/checkout@v2
110+
uses: actions/checkout@v4
111111

112112
- name: "Prepare: Use Node.js ${{ matrix.node-version }}"
113113
uses: actions/setup-node@v1
114114
with:
115115
node-version: v12.x
116116

117117
- name: "Prepare: Get Build Artifact"
118-
uses: actions/download-artifact@v2
118+
uses: actions/download-artifact@v4
119119
with:
120120
name: package
121121
path: dist/

0 commit comments

Comments
 (0)