We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d95e6 commit 2406ed0Copy full SHA for 2406ed0
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
name: Formatter check
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v6
19
20
- uses: actions-rs/toolchain@v1
21
with:
@@ -41,7 +41,7 @@ jobs:
41
toolchain: [stable, nightly]
42
43
# Checkout the branch being tested
44
45
46
# Install rust stable
47
- uses: dtolnay/rust-toolchain@master
@@ -71,7 +71,7 @@ jobs:
71
72
73
74
75
76
# Install python with numpy
77
- uses: actions/setup-python@v4
0 commit comments