Browse Source

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] <[email protected]>
dependabot/github_actions/actions/checkout-7
dependabot[bot] 1 day ago
committed by GitHub
parent
commit
8576e1f57e
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-update-copyright-years-in-license-file.yml
  7. 2
      .github/workflows/action-version-check.yml

2
.github/workflows/action-details-check.yml

@ -21,7 +21,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }} matrix: ${{ steps.set-matrix.outputs.matrix }}
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v7
- name: Generate matrix with generate-matrix.sh - name: Generate matrix with generate-matrix.sh
run: .github/scripts/details-check-generate-matrix.sh run: .github/scripts/details-check-generate-matrix.sh

2
.github/workflows/action-issue-triage-automation.yml

@ -2294,7 +2294,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v5 uses: actions/checkout@v7
- name: Sync game labels from serverlist - name: Sync game labels from serverlist
env: env:

2
.github/workflows/action-prettier.yml

@ -19,7 +19,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v6 uses: actions/checkout@v7
with: with:
persist-credentials: false persist-credentials: false

2
.github/workflows/action-serverlist-validate.yml

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v7
- name: Compare Versions - name: Compare Versions
run: .github/scripts/serverlist-validate.sh run: .github/scripts/serverlist-validate.sh

2
.github/workflows/action-super-linter.yml

@ -25,7 +25,7 @@ jobs:
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v6 uses: actions/checkout@v7
with: with:
# super-linter needs the full git history to get the # super-linter needs the full git history to get the
# list of files that changed across commits # list of files that changed across commits

2
.github/workflows/action-update-copyright-years-in-license-file.yml

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v6 uses: actions/checkout@v7
with: with:
fetch-depth: 0 fetch-depth: 0
persist-credentials: false persist-credentials: false

2
.github/workflows/action-version-check.yml

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v7
- name: Version Check - name: Version Check
run: .github/scripts/version-check.sh run: .github/scripts/version-check.sh

Loading…
Cancel
Save