We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0326557 commit 85b161fCopy full SHA for 85b161f
.github/workflows/app-build-verify.yml
@@ -123,7 +123,7 @@ jobs:
123
sudo xcode-select --switch /Applications/Xcode_${{ inputs.xcode-version }}.app
124
125
- name: Cache Briefcase Tools
126
- uses: actions/cache@v4.3.0
+ uses: actions/cache@v5.0.1
127
with:
128
key: briefcase-data|${{ steps.config.outputs.cache-key }}
129
path: ${{ steps.config.outputs.briefcase-data-dir }}
.github/workflows/pre-commit-run.yml
@@ -52,7 +52,7 @@ jobs:
52
.pre-commit-config.yaml
53
54
- name: Cache pre-commit
55
56
57
path: ~/.cache/pre-commit
58
key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
0 commit comments