File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 24
24
- macos-latest
25
25
- windows-latest
26
26
steps :
27
- - uses : actions/checkout@v4
27
+ - uses : actions/checkout@v5
28
28
- name : Install latest
29
29
uses : actions-rs/toolchain@v1
30
30
with :
74
74
name : Rust fmt
75
75
runs-on : ubuntu-latest
76
76
steps :
77
- - uses : actions/checkout@v4
77
+ - uses : actions/checkout@v5
78
78
- name : Install latest nightly
79
79
uses : actions-rs/toolchain@v1
80
80
with :
95
95
name : Rust exmaples
96
96
runs-on : ubuntu-latest
97
97
steps :
98
- - uses : actions/checkout@v4
98
+ - uses : actions/checkout@v5
99
99
- name : Rust example cache
100
100
uses : Swatinem/rust-cache@v2
101
101
# - name: Run datafusion example
@@ -119,7 +119,7 @@ jobs:
119
119
# repository-projects: write
120
120
# if: github.event_name == 'pull_request'
121
121
# steps:
122
- # - uses: actions/checkout@v4
122
+ # - uses: actions/checkout@v5
123
123
# - name: Install latest nightly
124
124
# uses: actions-rs/toolchain@v1
125
125
# with:
@@ -145,7 +145,7 @@ jobs:
145
145
name : Code coverage
146
146
runs-on : ubuntu-latest
147
147
steps :
148
- - uses : actions/checkout@v4
148
+ - uses : actions/checkout@v5
149
149
- name : Install Rust
150
150
run : rustup update stable
151
151
- name : Rust coverage cache
Original file line number Diff line number Diff line change 14
14
os :
15
15
- ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
- name : Install Rust toolchain
19
19
uses : actions-rs/toolchain@v1
20
20
with :
Original file line number Diff line number Diff line change 9
9
check :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
- name : Install Rust toolchain
14
14
uses : actions-rs/toolchain@v1
15
15
with :
Original file line number Diff line number Diff line change 22
22
os :
23
23
- ubuntu-latest
24
24
steps :
25
- - uses : actions/checkout@v4
25
+ - uses : actions/checkout@v5
26
26
- name : Install Rust toolchain
27
27
uses : actions-rs/toolchain@v1
28
28
with :
Original file line number Diff line number Diff line change 15
15
pull-requests : write # To create a PR from that branch
16
16
steps :
17
17
- name : Checkout️
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
20
20
- name : Install and Build
21
21
run : |
Original file line number Diff line number Diff line change 25
25
- runner : windows-latest
26
26
target : x86
27
27
steps :
28
- - uses : actions/checkout@v4
28
+ - uses : actions/checkout@v5
29
29
- uses : actions/setup-python@v5
30
30
with :
31
31
python-version : 3.x
53
53
- runner : macos-14
54
54
target : aarch64
55
55
steps :
56
- - uses : actions/checkout@v4
56
+ - uses : actions/checkout@v5
57
57
- uses : actions/setup-python@v5
58
58
with :
59
59
python-version : 3.x
You can’t perform that action at this time.
0 commit comments