File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 26
26
with :
27
27
access_token : ${{ github.token }}
28
28
29
- - uses : actions/checkout@v4
29
+ - uses : actions/checkout@v5
30
30
31
31
- uses : dtolnay/rust-toolchain@stable
32
32
with :
64
64
with :
65
65
access_token : ${{ github.token }}
66
66
67
- - uses : actions/checkout@v4
67
+ - uses : actions/checkout@v5
68
68
69
69
- uses : dtolnay/rust-toolchain@stable
70
70
with :
93
93
runs-on : ubuntu-latest
94
94
95
95
steps :
96
- - uses : actions/checkout@v4
96
+ - uses : actions/checkout@v5
97
97
98
98
- uses : dtolnay/rust-toolchain@stable
99
99
with :
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
# with:
19
19
# submodules: true
20
20
49
49
runs-on : ubuntu-24.04-arm
50
50
51
51
steps :
52
- - uses : actions/checkout@v4
52
+ - uses : actions/checkout@v5
53
53
# with:
54
54
# submodules: true
55
55
Original file line number Diff line number Diff line change 8
8
sync :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v4
11
+ - uses : actions/checkout@v5
12
12
- name : Sync Issues
13
13
env :
14
14
PT_API_KEY : ${{ secrets.PT_API_KEY }}
You can’t perform that action at this time.
0 commit comments