Skip to content

Commit 5d3de40

Browse files
authored
ci: bump actions to node 24 compatible versions (#19)
1 parent 0eb4d48 commit 5d3de40

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131

3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v6
3434

3535
- name: Check formatting
3636
run: cargo fmt --all --check
@@ -52,7 +52,7 @@ jobs:
5252
runner: macos-latest
5353

5454
steps:
55-
- uses: actions/checkout@v4
55+
- uses: actions/checkout@v6
5656

5757
- name: Rust cache
5858
uses: Swatinem/rust-cache@v2.8.2

.github/workflows/release-crates.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v6
2222
with:
2323
fetch-depth: 512
2424

@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: Checkout repository
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v6
4646

4747
- name: Authenticate with crates.io
4848
id: auth

0 commit comments

Comments
 (0)