diff --git a/.github/workflows/cron_update_base_translation.yml b/.github/workflows/cron_update_base_translation.yml index be91324663..efa1225d8a 100644 --- a/.github/workflows/cron_update_base_translation.yml +++ b/.github/workflows/cron_update_base_translation.yml @@ -11,7 +11,7 @@ jobs: name: "Update Base Translation" runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Update Base Translation run: ./.github/workflows/scripts/common/update_base_translation.sh diff --git a/.github/workflows/cron_update_controller_db.yml b/.github/workflows/cron_update_controller_db.yml index 5d9ffeb062..0c5501d463 100644 --- a/.github/workflows/cron_update_controller_db.yml +++ b/.github/workflows/cron_update_controller_db.yml @@ -9,7 +9,7 @@ jobs: if: github.repository == 'PCSX2/pcsx2' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Get Latest DB and Prepare DB File run: | diff --git a/.github/workflows/lint_gamedb.yml b/.github/workflows/lint_gamedb.yml index 33422f0d47..8c5a69aad8 100644 --- a/.github/workflows/lint_gamedb.yml +++ b/.github/workflows/lint_gamedb.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Packages run: | diff --git a/.github/workflows/linux_build_flatpak.yml b/.github/workflows/linux_build_flatpak.yml index 5c0f73611d..3cf4efd6b5 100644 --- a/.github/workflows/linux_build_flatpak.yml +++ b/.github/workflows/linux_build_flatpak.yml @@ -51,7 +51,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: set-safe-directory: ${{ env.GITHUB_WORKSPACE }} # 10 here, since the odds of having 10 untagged commits in a row should be slim to none @@ -163,7 +163,7 @@ jobs: if: always() && needs.build_linux.result == 'failure' && inputs.publish == true steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Push Discord Webhook env: diff --git a/.github/workflows/linux_build_qt.yml b/.github/workflows/linux_build_qt.yml index 52d294da5f..06e187815a 100644 --- a/.github/workflows/linux_build_qt.yml +++ b/.github/workflows/linux_build_qt.yml @@ -59,7 +59,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/macos_build.yml b/.github/workflows/macos_build.yml index 7d430e83c8..4458b8def9 100644 --- a/.github/workflows/macos_build.yml +++ b/.github/workflows/macos_build.yml @@ -52,7 +52,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # actions/checkout elides tags, fetch them primarily for releases - name: Fetch Tags diff --git a/.github/workflows/release_cut_new.yml b/.github/workflows/release_cut_new.yml index 777396b30a..039afb9318 100644 --- a/.github/workflows/release_cut_new.yml +++ b/.github/workflows/release_cut_new.yml @@ -35,7 +35,7 @@ jobs: outputs: new_tag: ${{ steps.tag_version.outputs.new_tag }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # Docs - https://github.com/mathieudutour/github-tag-action - name: Bump Version and Push Tag @@ -176,7 +176,7 @@ jobs: name: "Upload Artifacts" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Prepare Artifact Folder run: mkdir ./ci-artifacts/ diff --git a/.github/workflows/windows_build_matrix.yml b/.github/workflows/windows_build_matrix.yml index 54d603a691..7dc911fa12 100644 --- a/.github/workflows/windows_build_matrix.yml +++ b/.github/workflows/windows_build_matrix.yml @@ -16,7 +16,7 @@ jobs: runs-on: windows-2025-vs2026 steps: - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Verify VS Project Files run: .github\workflows\scripts\windows\validate-vs-filters.ps1 diff --git a/.github/workflows/windows_build_qt.yml b/.github/workflows/windows_build_qt.yml index 5ae30e55d1..d6e2947a49 100644 --- a/.github/workflows/windows_build_qt.yml +++ b/.github/workflows/windows_build_qt.yml @@ -56,7 +56,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Configure MSBuild Clang Version if: inputs.configuration != 'CMake'