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: