Browse Source

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] <[email protected]>
dependabot/github_actions/actions/checkout-7
dependabot[bot] 2 days ago
committed by GitHub
parent
commit
193e7ddffe
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/action-details-check.yml
  2. 2
      .github/workflows/action-issue-triage-automation.yml
  3. 2
      .github/workflows/action-prettier.yml
  4. 2
      .github/workflows/action-serverlist-validate.yml
  5. 2
      .github/workflows/action-super-linter.yml
  6. 2
      .github/workflows/action-version-check.yml
  7. 2
      .github/workflows/sync-game-labels.yml

2
.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/<base>...HEAD` comparison below (a shallow

2
.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:

2
.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

2
.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

2
.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

2
.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

2
.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:

Loading…
Cancel
Save