Skip to content

Commit 2406ed0

Browse files
chore(deps): update actions/checkout action to v6
1 parent 66d95e6 commit 2406ed0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Formatter check
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v6
1919

2020
- uses: actions-rs/toolchain@v1
2121
with:
@@ -41,7 +41,7 @@ jobs:
4141
toolchain: [stable, nightly]
4242
steps:
4343
# Checkout the branch being tested
44-
- uses: actions/checkout@v3
44+
- uses: actions/checkout@v6
4545

4646
# Install rust stable
4747
- uses: dtolnay/rust-toolchain@master
@@ -71,7 +71,7 @@ jobs:
7171
toolchain: [stable, nightly]
7272
steps:
7373
# Checkout the branch being tested
74-
- uses: actions/checkout@v3
74+
- uses: actions/checkout@v6
7575

7676
# Install python with numpy
7777
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)