From 6d05d0220d3309da8f4f63989b274df66f5c4b25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 08:26:27 -0500 Subject: [PATCH] [ci skip] Bump the ci-deps group with 4 updates (#13708) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cron_update_base_translation.yml | 2 +- .github/workflows/cron_update_controller_db.yml | 2 +- .github/workflows/linux_build_flatpak.yml | 2 +- .github/workflows/linux_build_qt.yml | 6 +++--- .github/workflows/macos_build.yml | 6 +++--- .github/workflows/release_cut_new.yml | 2 +- .github/workflows/windows_build_qt.yml | 6 +++--- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/cron_update_base_translation.yml b/.github/workflows/cron_update_base_translation.yml index 9243f7f381..e57065fc1e 100644 --- a/.github/workflows/cron_update_base_translation.yml +++ b/.github/workflows/cron_update_base_translation.yml @@ -17,7 +17,7 @@ jobs: run: ./.github/workflows/scripts/common/update_base_translation.sh - name: Create Pull Request - uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 + uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 with: title: "Qt: Update Base Translation" commit-message: "[ci skip] Qt: Update Base Translation." diff --git a/.github/workflows/cron_update_controller_db.yml b/.github/workflows/cron_update_controller_db.yml index 26309d7040..dba8fe4915 100644 --- a/.github/workflows/cron_update_controller_db.yml +++ b/.github/workflows/cron_update_controller_db.yml @@ -19,7 +19,7 @@ jobs: mv ./game_controller_db.txt ${{github.workspace}}/bin/resources/game_controller_db.txt - name: Create Pull Request - uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 + uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 with: title: "PAD: Update to latest controller database" commit-message: "[ci skip] PAD: Update to latest controller database." diff --git a/.github/workflows/linux_build_flatpak.yml b/.github/workflows/linux_build_flatpak.yml index 3d226543c0..a7f9b6d53e 100644 --- a/.github/workflows/linux_build_flatpak.yml +++ b/.github/workflows/linux_build_flatpak.yml @@ -153,7 +153,7 @@ jobs: mv "./${{ steps.artifact-metadata.outputs.artifact-name }}.flatpak" "$GITHUB_WORKSPACE"/ci-artifacts/ - name: Upload artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ steps.artifact-metadata.outputs.artifact-name }} path: ci-artifacts diff --git a/.github/workflows/linux_build_qt.yml b/.github/workflows/linux_build_qt.yml index e060b58617..3d85047dcf 100644 --- a/.github/workflows/linux_build_qt.yml +++ b/.github/workflows/linux_build_qt.yml @@ -92,7 +92,7 @@ jobs: run: echo "timestamp=$(date -u "+%Y-%m-%d-%H;%M;%S")" >> $GITHUB_OUTPUT - name: ccache cache files - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .ccache key: ${{ inputs.os }} ${{ inputs.platform }} ${{ inputs.compiler }} ${{ inputs.detail }} ccache ${{ steps.ccache_cache_timestamp.outputs.timestamp }} @@ -114,7 +114,7 @@ jobs: - name: Cache Dependencies id: cache-deps - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/deps key: ${{ inputs.os }} ${{ inputs.platform }} deps ${{ hashFiles('.github/workflows/scripts/linux/build-dependencies-qt.sh', '.github/workflows/scripts/common/*.patch') }} @@ -174,7 +174,7 @@ jobs: - name: Upload artifact if: inputs.buildAppImage == true - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ steps.artifact-metadata.outputs.artifact-name }} path: ci-artifacts diff --git a/.github/workflows/macos_build.yml b/.github/workflows/macos_build.yml index a588cc6c97..c7f84d920d 100644 --- a/.github/workflows/macos_build.yml +++ b/.github/workflows/macos_build.yml @@ -91,7 +91,7 @@ jobs: - name: Cache Dependencies id: cache-deps - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/deps key: ${{ inputs.os }} deps ${{ hashFiles('.github/workflows/scripts/macos/*', '.github/workflows/scripts/common/*.patch') }} @@ -112,7 +112,7 @@ jobs: run: echo "timestamp=$(date -u "+%Y-%m-%d-%H;%M;%S")" >> $GITHUB_OUTPUT - name: Cache ccache cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .ccache key: ${{ inputs.os }} ccache ${{ steps.ccache_cache_timestamp.outputs.timestamp }} @@ -197,7 +197,7 @@ jobs: cp "${{ steps.artifact-metadata.outputs.artifact-name }}.tar.xz" ci-artifacts/macOS.tar.xz - name: Upload Artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ steps.artifact-metadata.outputs.artifact-name }} path: "*.tar.xz" diff --git a/.github/workflows/release_cut_new.yml b/.github/workflows/release_cut_new.yml index bd0fd42814..7b1d1417d3 100644 --- a/.github/workflows/release_cut_new.yml +++ b/.github/workflows/release_cut_new.yml @@ -168,7 +168,7 @@ jobs: - name: Prepare Artifact Folder run: mkdir ./ci-artifacts/ - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 name: Download all Artifacts with: path: ./ci-artifacts/ diff --git a/.github/workflows/windows_build_qt.yml b/.github/workflows/windows_build_qt.yml index 9e5cb10b12..f2eade67a4 100644 --- a/.github/workflows/windows_build_qt.yml +++ b/.github/workflows/windows_build_qt.yml @@ -115,7 +115,7 @@ jobs: - name: Cache Dependencies id: cache-deps - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: deps key: ${{ inputs.os }} ${{ inputs.platform }} deps ${{ hashFiles('.github/workflows/scripts/windows/build-dependencies.bat', '.github/workflows/scripts/common/*.patch') }} @@ -154,7 +154,7 @@ jobs: cmake --build build --config Release --target unittests - name: Upload artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ steps.artifact-metadata.outputs.artifact-name }} path: | @@ -186,7 +186,7 @@ jobs: } - name: Upload artifact - with symbols - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ steps.artifact-metadata.outputs.artifact-name }}-symbols path: |