Browse Source

Merge 193e7ddffe into bded3376bc

pull/4933/merge
dependabot[bot] 2 days ago
committed by GitHub
parent
commit
ab1d39eafd
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