Skip to content

Commit 8f10d0a

Browse files
Bump the ci-deps group across 1 directory with 2 updates
Bumps the ci-deps group with 2 updates in the / directory: [actions/cache](https://github.com/actions/cache) and [indygreg/apple-code-sign-action](https://github.com/indygreg/apple-code-sign-action). Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) Updates `indygreg/apple-code-sign-action` from 1.1 to 1.2 - [Release notes](https://github.com/indygreg/apple-code-sign-action/releases) - [Commits](indygreg/apple-code-sign-action@44d0985...5e7a4a0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-deps - dependency-name: indygreg/apple-code-sign-action dependency-version: '1.2' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fd46054 commit 8f10d0a

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/linux_build_qt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: echo "timestamp=$(date -u "+%Y-%m-%d-%H;%M;%S")" >> $GITHUB_OUTPUT
9393

9494
- name: ccache cache files
95-
uses: actions/cache@v5
95+
uses: actions/cache@v6
9696
with:
9797
path: .ccache
9898
key: ${{ inputs.os }} ${{ inputs.platform }} ${{ inputs.compiler }} ccache ${{ steps.ccache_cache_timestamp.outputs.timestamp }}
@@ -114,7 +114,7 @@ jobs:
114114
115115
- name: Cache Dependencies
116116
id: cache-deps
117-
uses: actions/cache@v5
117+
uses: actions/cache@v6
118118
with:
119119
path: ~/deps
120120
key: ${{ inputs.os }} ${{ inputs.platform }} deps ${{ hashFiles('.github/workflows/scripts/linux/build-dependencies-qt.sh', '.github/workflows/scripts/common/*.patch') }}

.github/workflows/macos_build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
100100
- name: Cache Dependencies
101101
id: cache-deps
102-
uses: actions/cache@v5
102+
uses: actions/cache@v6
103103
with:
104104
path: ~/deps
105105
key: ${{ inputs.os }} ${{ inputs.arch }} deps ${{ hashFiles('.github/workflows/scripts/macos/*', '.github/workflows/scripts/common/*.patch') }}
@@ -120,7 +120,7 @@ jobs:
120120
run: echo "timestamp=$(date -u "+%Y-%m-%d-%H;%M;%S")" >> $GITHUB_OUTPUT
121121

122122
- name: Cache ccache cache
123-
uses: actions/cache@v5
123+
uses: actions/cache@v6
124124
with:
125125
path: .ccache
126126
key: ${{ inputs.os }} ${{ inputs.arch }} ccache ${{ steps.ccache_cache_timestamp.outputs.timestamp }}
@@ -176,7 +176,7 @@ jobs:
176176
177177
- name: Sign the Application
178178
if: ${{ inputs.sign_and_notarize == true && env.SIGN_KEY }}
179-
uses: indygreg/apple-code-sign-action@44d0985b7f4363198e80b6fea63ac3e9dd3e9957
179+
uses: indygreg/apple-code-sign-action@5e7a4a01fe4dffe948ef3bcf1f4538d963cb0c72
180180
with:
181181
input_path: 'PCSX2.app'
182182
p12_file: cert.p12

.github/workflows/windows_build_qt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
123123
- name: Cache Dependencies
124124
id: cache-deps
125-
uses: actions/cache@v5
125+
uses: actions/cache@v6
126126
with:
127127
path: deps
128128
key: ${{ inputs.os }} ${{ inputs.platform }} deps ${{ hashFiles('.github/workflows/scripts/windows/build-dependencies.bat', '.github/workflows/scripts/common/*.patch') }}

0 commit comments

Comments
 (0)