From ef282a01c35b5a9496fb1d29484f136c229d107c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Larivi=C3=A8re?= Date: Tue, 7 Apr 2026 17:34:29 -0400 Subject: [PATCH] ci: bump actions to node 24 compatible versions --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release-crates.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2b3540..a1745c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Check formatting run: cargo fmt --all --check @@ -52,7 +52,7 @@ jobs: runner: macos-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Rust cache uses: Swatinem/rust-cache@v2.8.2 diff --git a/.github/workflows/release-crates.yml b/.github/workflows/release-crates.yml index 1255271..faf70b2 100644 --- a/.github/workflows/release-crates.yml +++ b/.github/workflows/release-crates.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 512 @@ -42,7 +42,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Authenticate with crates.io id: auth