Skip to content

Commit 85b161f

Browse files
Bump actions/cache from 4.3.0 to 5.0.1 (#276)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0326557 commit 85b161f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/app-build-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
sudo xcode-select --switch /Applications/Xcode_${{ inputs.xcode-version }}.app
124124
125125
- name: Cache Briefcase Tools
126-
uses: actions/cache@v4.3.0
126+
uses: actions/cache@v5.0.1
127127
with:
128128
key: briefcase-data|${{ steps.config.outputs.cache-key }}
129129
path: ${{ steps.config.outputs.briefcase-data-dir }}

.github/workflows/pre-commit-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
.pre-commit-config.yaml
5353
5454
- name: Cache pre-commit
55-
uses: actions/cache@v4.3.0
55+
uses: actions/cache@v5.0.1
5656
with:
5757
path: ~/.cache/pre-commit
5858
key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)