[ci skip] Bump the ci-deps group with 4 updates (#13708)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-12-15 08:26:27 -05:00 committed by GitHub
parent 7fab935c2d
commit 6d05d0220d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 13 additions and 13 deletions

View File

@ -17,7 +17,7 @@ jobs:
run: ./.github/workflows/scripts/common/update_base_translation.sh run: ./.github/workflows/scripts/common/update_base_translation.sh
- name: Create Pull Request - name: Create Pull Request
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725
with: with:
title: "Qt: Update Base Translation" title: "Qt: Update Base Translation"
commit-message: "[ci skip] Qt: Update Base Translation." commit-message: "[ci skip] Qt: Update Base Translation."

View File

@ -19,7 +19,7 @@ jobs:
mv ./game_controller_db.txt ${{github.workspace}}/bin/resources/game_controller_db.txt mv ./game_controller_db.txt ${{github.workspace}}/bin/resources/game_controller_db.txt
- name: Create Pull Request - name: Create Pull Request
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725
with: with:
title: "PAD: Update to latest controller database" title: "PAD: Update to latest controller database"
commit-message: "[ci skip] PAD: Update to latest controller database." commit-message: "[ci skip] PAD: Update to latest controller database."

View File

@ -153,7 +153,7 @@ jobs:
mv "./${{ steps.artifact-metadata.outputs.artifact-name }}.flatpak" "$GITHUB_WORKSPACE"/ci-artifacts/ mv "./${{ steps.artifact-metadata.outputs.artifact-name }}.flatpak" "$GITHUB_WORKSPACE"/ci-artifacts/
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v6
with: with:
name: ${{ steps.artifact-metadata.outputs.artifact-name }} name: ${{ steps.artifact-metadata.outputs.artifact-name }}
path: ci-artifacts path: ci-artifacts

View File

@ -92,7 +92,7 @@ jobs:
run: echo "timestamp=$(date -u "+%Y-%m-%d-%H;%M;%S")" >> $GITHUB_OUTPUT run: echo "timestamp=$(date -u "+%Y-%m-%d-%H;%M;%S")" >> $GITHUB_OUTPUT
- name: ccache cache files - name: ccache cache files
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: .ccache path: .ccache
key: ${{ inputs.os }} ${{ inputs.platform }} ${{ inputs.compiler }} ${{ inputs.detail }} ccache ${{ steps.ccache_cache_timestamp.outputs.timestamp }} key: ${{ inputs.os }} ${{ inputs.platform }} ${{ inputs.compiler }} ${{ inputs.detail }} ccache ${{ steps.ccache_cache_timestamp.outputs.timestamp }}
@ -114,7 +114,7 @@ jobs:
- name: Cache Dependencies - name: Cache Dependencies
id: cache-deps id: cache-deps
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: ~/deps path: ~/deps
key: ${{ inputs.os }} ${{ inputs.platform }} deps ${{ hashFiles('.github/workflows/scripts/linux/build-dependencies-qt.sh', '.github/workflows/scripts/common/*.patch') }} 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 - name: Upload artifact
if: inputs.buildAppImage == true if: inputs.buildAppImage == true
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v6
with: with:
name: ${{ steps.artifact-metadata.outputs.artifact-name }} name: ${{ steps.artifact-metadata.outputs.artifact-name }}
path: ci-artifacts path: ci-artifacts

View File

@ -91,7 +91,7 @@ jobs:
- name: Cache Dependencies - name: Cache Dependencies
id: cache-deps id: cache-deps
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: ~/deps path: ~/deps
key: ${{ inputs.os }} deps ${{ hashFiles('.github/workflows/scripts/macos/*', '.github/workflows/scripts/common/*.patch') }} 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 run: echo "timestamp=$(date -u "+%Y-%m-%d-%H;%M;%S")" >> $GITHUB_OUTPUT
- name: Cache ccache cache - name: Cache ccache cache
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: .ccache path: .ccache
key: ${{ inputs.os }} ccache ${{ steps.ccache_cache_timestamp.outputs.timestamp }} 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 cp "${{ steps.artifact-metadata.outputs.artifact-name }}.tar.xz" ci-artifacts/macOS.tar.xz
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v6
with: with:
name: ${{ steps.artifact-metadata.outputs.artifact-name }} name: ${{ steps.artifact-metadata.outputs.artifact-name }}
path: "*.tar.xz" path: "*.tar.xz"

View File

@ -168,7 +168,7 @@ jobs:
- name: Prepare Artifact Folder - name: Prepare Artifact Folder
run: mkdir ./ci-artifacts/ run: mkdir ./ci-artifacts/
- uses: actions/download-artifact@v6 - uses: actions/download-artifact@v7
name: Download all Artifacts name: Download all Artifacts
with: with:
path: ./ci-artifacts/ path: ./ci-artifacts/

View File

@ -115,7 +115,7 @@ jobs:
- name: Cache Dependencies - name: Cache Dependencies
id: cache-deps id: cache-deps
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: deps path: deps
key: ${{ inputs.os }} ${{ inputs.platform }} deps ${{ hashFiles('.github/workflows/scripts/windows/build-dependencies.bat', '.github/workflows/scripts/common/*.patch') }} 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 cmake --build build --config Release --target unittests
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v6
with: with:
name: ${{ steps.artifact-metadata.outputs.artifact-name }} name: ${{ steps.artifact-metadata.outputs.artifact-name }}
path: | path: |
@ -186,7 +186,7 @@ jobs:
} }
- name: Upload artifact - with symbols - name: Upload artifact - with symbols
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v6
with: with:
name: ${{ steps.artifact-metadata.outputs.artifact-name }}-symbols name: ${{ steps.artifact-metadata.outputs.artifact-name }}-symbols
path: | path: |