Skip to content

Commit

Permalink
Merge pull request #178 from beeware/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-4.1.1

Bump actions/cache from 4.1.0 to 4.1.1
  • Loading branch information
freakboy3742 authored Oct 14, 2024
2 parents aafad07 + 5084be4 commit 66fb486
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/app-build-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
sudo apt -y install --no-install-recommends socat xauth
- name: Cache Briefcase Tools
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
key: briefcase-data|${{ steps.config.outputs.cache-key }}
path: ${{ steps.config.outputs.briefcase-data-dir }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
.pre-commit-config.yaml
- name: Cache pre-commit
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
path: ~/.cache/pre-commit
key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
Expand Down

0 comments on commit 66fb486

Please sign in to comment.