From 84ae461cbee1505c03f2aced7a5339da8b73f33c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 15:39:46 +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/runner.yaml | 2 +- .github/workflows/stars.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/runner.yaml b/.github/workflows/runner.yaml index 5120f314..eddc6c73 100644 --- a/.github/workflows/runner.yaml +++ b/.github/workflows/runner.yaml @@ -22,7 +22,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Git pull # Needed for sequential run run: git pull diff --git a/.github/workflows/stars.yaml b/.github/workflows/stars.yaml index 69f299d7..0d36cabf 100644 --- a/.github/workflows/stars.yaml +++ b/.github/workflows/stars.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: # so we can commit --amend and push -f fetch-depth: 2