From 193e7ddffe633ca9841262a0c3bc70986415b193 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 21:08:54 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 5 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 7. - [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...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/action-details-check.yml | 2 +- .github/workflows/action-issue-triage-automation.yml | 2 +- .github/workflows/action-prettier.yml | 2 +- .github/workflows/action-serverlist-validate.yml | 2 +- .github/workflows/action-super-linter.yml | 2 +- .github/workflows/action-version-check.yml | 2 +- .github/workflows/sync-game-labels.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/action-details-check.yml b/.github/workflows/action-details-check.yml index bed3a41ad..55371afd6 100644 --- a/.github/workflows/action-details-check.yml +++ b/.github/workflows/action-details-check.yml @@ -26,7 +26,7 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # Full history so the base branch ref is available for the # `git diff origin/...HEAD` comparison below (a shallow diff --git a/.github/workflows/action-issue-triage-automation.yml b/.github/workflows/action-issue-triage-automation.yml index 4992613c4..1beb90d0b 100644 --- a/.github/workflows/action-issue-triage-automation.yml +++ b/.github/workflows/action-issue-triage-automation.yml @@ -2294,7 +2294,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 - name: Sync game labels from serverlist env: diff --git a/.github/workflows/action-prettier.yml b/.github/workflows/action-prettier.yml index f5d51a44a..49fbf6ac3 100644 --- a/.github/workflows/action-prettier.yml +++ b/.github/workflows/action-prettier.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false diff --git a/.github/workflows/action-serverlist-validate.yml b/.github/workflows/action-serverlist-validate.yml index 3e8807407..33da08385 100644 --- a/.github/workflows/action-serverlist-validate.yml +++ b/.github/workflows/action-serverlist-validate.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Compare Versions run: .github/scripts/serverlist-validate.sh diff --git a/.github/workflows/action-super-linter.yml b/.github/workflows/action-super-linter.yml index 31b2fa949..789b99c64 100644 --- a/.github/workflows/action-super-linter.yml +++ b/.github/workflows/action-super-linter.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # super-linter needs the full git history to get the # list of files that changed across commits diff --git a/.github/workflows/action-version-check.yml b/.github/workflows/action-version-check.yml index 0726295a4..a41edb16c 100644 --- a/.github/workflows/action-version-check.yml +++ b/.github/workflows/action-version-check.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Version Check run: .github/scripts/version-check.sh diff --git a/.github/workflows/sync-game-labels.yml b/.github/workflows/sync-game-labels.yml index eccb0ed46..ed7d66c95 100644 --- a/.github/workflows/sync-game-labels.yml +++ b/.github/workflows/sync-game-labels.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 - name: Sync game labels from serverlist env: