Skip to content

Commit 2c8cd7d

Browse files
committed
Update actions due to deprecation of set-env and add-path
1 parent e651a04 commit 2c8cd7d

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

.github/workflows/clippy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ jobs:
3636
github_token: "${{ secrets.github_token }}"
3737

3838
- name: rust-toolchain
39-
uses: actions-rs/toolchain@v1.0.3
39+
uses: actions-rs/toolchain@v1.0.6
4040
with:
4141
toolchain: nightly
4242
target: x86_64-unknown-linux-gnu
4343
profile: minimal
4444

4545
- name: Checkout
46-
uses: actions/checkout@v2.0.0
46+
uses: actions/checkout@v2.3.3
4747

4848
- name: Run cargo update
4949
run: cargo update

.github/workflows/clippy_bors.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
github_token: "${{ secrets.github_token }}"
2222
- name: Checkout
23-
uses: actions/checkout@v2.0.0
23+
uses: actions/checkout@v2.3.3
2424
with:
2525
ref: ${{ github.ref }}
2626

@@ -81,14 +81,14 @@ jobs:
8181
if: matrix.host == 'i686-unknown-linux-gnu'
8282

8383
- name: rust-toolchain
84-
uses: actions-rs/toolchain@v1.0.3
84+
uses: actions-rs/toolchain@v1.0.6
8585
with:
8686
toolchain: nightly
8787
target: ${{ matrix.host }}
8888
profile: minimal
8989

9090
- name: Checkout
91-
uses: actions/checkout@v2.0.0
91+
uses: actions/checkout@v2.3.3
9292

9393
- name: Run cargo update
9494
run: cargo update
@@ -177,14 +177,14 @@ jobs:
177177
github_token: "${{ secrets.github_token }}"
178178

179179
- name: rust-toolchain
180-
uses: actions-rs/toolchain@v1.0.3
180+
uses: actions-rs/toolchain@v1.0.6
181181
with:
182182
toolchain: nightly
183183
target: x86_64-unknown-linux-gnu
184184
profile: minimal
185185

186186
- name: Checkout
187-
uses: actions/checkout@v2.0.0
187+
uses: actions/checkout@v2.3.3
188188

189189
- name: Run cargo update
190190
run: cargo update
@@ -258,14 +258,14 @@ jobs:
258258
github_token: "${{ secrets.github_token }}"
259259

260260
- name: rust-toolchain
261-
uses: actions-rs/toolchain@v1.0.3
261+
uses: actions-rs/toolchain@v1.0.6
262262
with:
263263
toolchain: nightly
264264
target: x86_64-unknown-linux-gnu
265265
profile: minimal
266266

267267
- name: Checkout
268-
uses: actions/checkout@v2.0.0
268+
uses: actions/checkout@v2.3.3
269269

270270
- name: Run cargo update
271271
run: cargo update

.github/workflows/clippy_dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323
steps:
2424
# Setup
2525
- name: rust-toolchain
26-
uses: actions-rs/toolchain@v1.0.3
26+
uses: actions-rs/toolchain@v1.0.6
2727
with:
2828
toolchain: nightly
2929
target: x86_64-unknown-linux-gnu
3030
profile: minimal
3131
components: rustfmt
3232

3333
- name: Checkout
34-
uses: actions/checkout@v2.0.0
34+
uses: actions/checkout@v2.3.3
3535

3636
# Run
3737
- name: Build

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
steps:
2222
# Setup
2323
- name: Checkout
24-
uses: actions/checkout@v2.0.0
24+
uses: actions/checkout@v2.3.3
2525

2626
- name: Checkout
27-
uses: actions/checkout@v2.0.0
27+
uses: actions/checkout@v2.3.3
2828
with:
2929
ref: ${{ env.TARGET_BRANCH }}
3030
path: 'out'

.github/workflows/remark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
steps:
1717
# Setup
1818
- name: Checkout
19-
uses: actions/checkout@v2.0.0
19+
uses: actions/checkout@v2.3.3
2020

2121
- name: Setup Node.js
22-
uses: actions/setup-node@v1.1.0
22+
uses: actions/setup-node@v1.4.4
2323

2424
- name: Install remark
2525
run: npm install remark-cli remark-lint remark-lint-maximum-line-length remark-preset-lint-recommended

0 commit comments

Comments
 (0)