From 33734c7e1c9c1cd9e3d72665ea990cc2604917a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 19:39:47 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/automation-autosquash.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automation-autosquash.yml b/.github/workflows/automation-autosquash.yml index 8a89dd4..0d94781 100644 --- a/.github/workflows/automation-autosquash.yml +++ b/.github/workflows/automation-autosquash.yml @@ -25,7 +25,7 @@ jobs: with: app-id: ${{ secrets.THM_AUTOMATION_APP_ID }} private-key: ${{ secrets.THM_AUTOMATION_PRIVATE_KEY }} - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: theoremlp/autosquash@v1 with: github-token: ${{ steps.app-token.outputs.token }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a38421a..d1b4e22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: name: CI runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Configure Rust run: rustup toolchain install stable --profile minimal - name: Cache