Skip to content

Commit 7e1321a

Browse files
committed
ci: upgrade to actions/checkout@v4
1 parent d5961e5 commit 7e1321a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
rust: [1.56.0, stable, beta, nightly]
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- uses: actions/cache@v4
1515
if: startsWith(matrix.rust, '1')
1616
with:
@@ -27,7 +27,7 @@ jobs:
2727
name: No Std
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v3
30+
- uses: actions/checkout@v4
3131
- uses: dtolnay/rust-toolchain@stable
3232
with:
3333
target: thumbv6m-none-eabi
@@ -39,7 +39,7 @@ jobs:
3939
name: Format
4040
runs-on: ubuntu-latest
4141
steps:
42-
- uses: actions/checkout@v3
42+
- uses: actions/checkout@v4
4343
- uses: dtolnay/[email protected]
4444
with:
4545
components: rustfmt

.github/workflows/master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
rust: [1.56.0, stable]
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- uses: actions/cache@v4
2020
if: startsWith(matrix.rust, '1')
2121
with:

.github/workflows/pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
rust: [1.56.0, stable]
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- uses: actions/cache@v4
1616
if: startsWith(matrix.rust, '1')
1717
with:
@@ -27,7 +27,7 @@ jobs:
2727
name: Format
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v3
30+
- uses: actions/checkout@v4
3131
- uses: dtolnay/[email protected]
3232
with:
3333
components: rustfmt

0 commit comments

Comments
 (0)