From 6e146d7e78357500bc61966e32f5d411892d6d37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 09:03:52 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/autochangelog.yml | 2 +- .github/workflows/ci.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/autochangelog.yml b/.github/workflows/autochangelog.yml index 0708c0f5c4..41eaaf0ea1 100644 --- a/.github/workflows/autochangelog.yml +++ b/.github/workflows/autochangelog.yml @@ -17,7 +17,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: master diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93cacf7671..71c833b6aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: paths-filter uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 id: filter @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-24.04 needs: pre_flight steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Ensure +x on CI directory run: chmod -R +x ./tools/ci - name: Install Tools @@ -53,7 +53,7 @@ jobs: needs: pre_flight if: needs.pre_flight.outputs.dm == 'true' steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Cache SpacemanDMM uses: actions/cache@v4 @@ -83,7 +83,7 @@ jobs: needs: pre_flight if: needs.pre_flight.outputs.dm == 'true' steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Ensure +x on CI directory run: |