From 8576e1f57e5d6355bc0454ce184d48464ec3450f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 03:12:22 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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 +- .../workflows/action-update-copyright-years-in-license-file.yml | 2 +- .github/workflows/action-version-check.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 ccccbbdaa..e444d012c 100644 --- a/.github/workflows/action-details-check.yml +++ b/.github/workflows/action-details-check.yml @@ -21,7 +21,7 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Generate matrix with generate-matrix.sh run: .github/scripts/details-check-generate-matrix.sh 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 ac745dcac..480641517 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 4fb830702..8d0b6fab9 100644 --- a/.github/workflows/action-serverlist-validate.yml +++ b/.github/workflows/action-serverlist-validate.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + 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-update-copyright-years-in-license-file.yml b/.github/workflows/action-update-copyright-years-in-license-file.yml index ab1549f0e..8e48a8a66 100644 --- a/.github/workflows/action-update-copyright-years-in-license-file.yml +++ b/.github/workflows/action-update-copyright-years-in-license-file.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/action-version-check.yml b/.github/workflows/action-version-check.yml index d3c4a5276..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@v4 + uses: actions/checkout@v7 - name: Version Check run: .github/scripts/version-check.sh