@@ -18,7 +18,7 @@ concurrency:
18
18
env :
19
19
CARGO_TERM_COLOR : always
20
20
# Pinned toolchain for linting
21
- ACTIONS_LINTS_TOOLCHAIN : 1.75.0
21
+ ACTIONS_LINTS_TOOLCHAIN : 1.84.1
22
22
23
23
jobs :
24
24
tests-stable :
27
27
container : quay.io/coreos-assembler/fcos-buildroot:testing-devel
28
28
steps :
29
29
- name : Check out repository
30
- uses : actions/checkout@v5
30
+ uses : actions/checkout@v4
31
31
- name : Install toolchain
32
32
uses : dtolnay/rust-toolchain@v1
33
33
with :
44
44
container : quay.io/coreos-assembler/fcos-buildroot:testing-devel
45
45
steps :
46
46
- name : Check out repository
47
- uses : actions/checkout@v5
47
+ uses : actions/checkout@v4
48
48
- name : Install toolchain
49
49
uses : dtolnay/rust-toolchain@v1
50
50
with :
61
61
container : quay.io/coreos-assembler/fcos-buildroot:testing-devel
62
62
steps :
63
63
- name : Check out repository
64
- uses : actions/checkout@v5
64
+ uses : actions/checkout@v4
65
65
- name : Detect crate MSRV
66
66
run : |
67
67
msrv=$(cargo metadata --format-version 1 --no-deps | \
84
84
container : quay.io/coreos-assembler/fcos-buildroot:testing-devel
85
85
steps :
86
86
- name : Check out repository
87
- uses : actions/checkout@v5
87
+ uses : actions/checkout@v4
88
88
- name : Install toolchain
89
89
uses : dtolnay/rust-toolchain@v1
90
90
with :
@@ -106,7 +106,7 @@ jobs:
106
106
channel : [beta, nightly]
107
107
steps :
108
108
- name : Check out repository
109
- uses : actions/checkout@v5
109
+ uses : actions/checkout@v4
110
110
- name : Install toolchain
111
111
uses : dtolnay/rust-toolchain@v1
112
112
with :
@@ -117,19 +117,3 @@ jobs:
117
117
run : cargo build --all-targets
118
118
- name : cargo test
119
119
run : cargo test --all-targets
120
- tests-windows :
121
- name : Tests, Windows
122
- runs-on : windows-latest
123
- steps :
124
- - name : Check out repository
125
- uses : actions/checkout@v5
126
- - name : Install toolchain
127
- uses : dtolnay/rust-toolchain@v1
128
- with :
129
- toolchain : stable
130
- - name : Cache build artifacts
131
- uses : Swatinem/rust-cache@v2
132
- - name : cargo build
133
- run : cargo build --all-targets
134
- - name : cargo test
135
- run : cargo test --all-targets
0 commit comments