Skip to content

Commit

Permalink
Merge pull request #42 from beeware/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-3.2.2

Bump actions/cache from 3.0.11 to 3.2.2
  • Loading branch information
freakboy3742 authored Jan 6, 2023
2 parents 5b80b2d + 39a5462 commit 97a0797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: Cache Briefcase tools
uses: actions/cache@v3.0.11
uses: actions/cache@v3.2.2
with:
key: briefcase-${{ matrix.platform }}
path: |
Expand Down

0 comments on commit 97a0797

Please sign in to comment.