From d92fb35d9be99e0d441319a2dc2b049b1cb2a81c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 16:06:45 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/fmt.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- .github/workflows/test.yml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/fmt.yml b/.github/workflows/fmt.yml index 931910e..c06bcc1 100644 --- a/.github/workflows/fmt.yml +++ b/.github/workflows/fmt.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 - name: Install Nix uses: DeterminateSystems/nix-installer-action@main @@ -56,7 +56,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 - name: Install Nix uses: DeterminateSystems/nix-installer-action@main diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e158d3c..25f17a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,7 +77,7 @@ jobs: runner: ubuntu-24.04-arm steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: # Empty for tag push (checks out the tag); honored for manual dispatch # to release an arbitrary commit. @@ -140,7 +140,7 @@ jobs: steps: # Checkout so the local iso-table composite action is available. - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: ref: ${{ github.event.inputs.ref }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 81c4088..d0215f9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -75,7 +75,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: ref: ${{ github.event.inputs.ref }} @@ -165,7 +165,7 @@ jobs: runner: ubuntu-24.04-arm steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: # Empty for push/PR (checks out the event ref); honored for manual # dispatch to build an arbitrary commit. @@ -292,7 +292,7 @@ jobs: steps: # Checkout so the local iso-table composite action is available. - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 # Pull every arch's per-target size TSVs into one dir (filenames are # target+system-suffixed, so merge-multiple can't clash).