File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
if : github.repository == 'graphql-rust/graphql-client'
25
25
steps :
26
26
- name : Checkout sources
27
- uses : actions/checkout@v4
27
+ uses : actions/checkout@v5
28
28
- name : Install toolchain
29
29
uses : dtolnay/rust-toolchain@master
30
30
with :
37
37
if : github.repository == 'graphql-rust/graphql-client'
38
38
steps :
39
39
- name : Checkout sources
40
- uses : actions/checkout@v4
40
+ uses : actions/checkout@v5
41
41
- name : Install toolchain
42
42
uses : dtolnay/rust-toolchain@stable
43
43
with :
@@ -50,15 +50,15 @@ jobs:
50
50
name : Rustfmt
51
51
runs-on : ubuntu-latest
52
52
steps :
53
- - uses : actions/checkout@v4
53
+ - uses : actions/checkout@v5
54
54
- uses : dtolnay/rust-toolchain@stable
55
55
- run : cargo fmt --all -- --check
56
56
57
57
lint :
58
58
name : Clippy
59
59
runs-on : ubuntu-latest
60
60
steps :
61
- - uses : actions/checkout@v4
61
+ - uses : actions/checkout@v5
62
62
- uses : dtolnay/rust-toolchain@master
63
63
with :
64
64
toolchain : ${{ env.clippy_rust_version }}
You can’t perform that action at this time.
0 commit comments