8000 Merge #81 · rtic-rs/rtic-syntax@1bd3a4a · GitHub
[go: up one dir, main page]

Skip to content

Commit 1bd3a4a

Browse files
bors[bot]AfoHT
andauthored
Merge #81
81: CI: Update checkout from v2 to v3 r=korken89 a=AfoHT Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2 parents f02b424 + aa9fb71 commit 1bd3a4a

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-22.04
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v3
2323

2424
- name: Fail on warnings
2525
run: sed -i 's,//deny_warnings_placeholder_for_ci,#![deny(warnings)],' src/lib.rs
@@ -39,7 +39,7 @@ jobs:
3939
- stable
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v2
42+
uses: actions/checkout@v3
4343

4444
- name: Install Rust ${{ matrix.toolchain }}
4545
run: |
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ubuntu-22.04
6565
steps:
6666
- name: Checkout
67-
uses: actions/checkout@v2
67+
uses: actions/checkout@v3
6868

6969
- name: Fail on warnings
7070
run: sed -i 's,//deny_warnings_placeholder_for_ci,#![deny(warnings)],' src/lib.rs
@@ -90,7 +90,7 @@ jobs:
9090
- stable
9191
steps:
9292
- name: Checkout
93-
uses: actions/checkout@v2
93+
uses: actions/checkout@v3
9494

9595
- name: Install Rust ${{ matrix.toolchain }}
9696
run: |
@@ -121,7 +121,7 @@ jobs:
121121
- stable
122122
steps:
123123
- name: Checkout
124-
uses: actions/checkout@v2
124+
uses: actions/checkout@v3
125125

126126
- name: Install Rust ${{ matrix.toolchain }}
127127
run: |
@@ -153,7 +153,7 @@ jobs:
153153

154154
steps:
155155
- name: Checkout
156-
uses: actions/checkout@v2
156+
uses: actions/checkout@v3
157157

158158
- name: Install Rust ${{ matrix.toolchain }}
159159
run: |

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Changed
1111

12+
- CI: Updated to checkout@v3
1213
- CI: Use native Rustup
1314

1415
### Fixed

0 commit comments

Comments
 (0)
0