Skip to content

Commit

Permalink
Merge pull request #1086 from beeware/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-3.2.4

Bump actions/cache from 3.2.3 to 3.2.4
  • Loading branch information
freakboy3742 committed Feb 5, 2023
2 parents bc68cf4 + c0ea54f commit 459b53f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -194,7 +194,7 @@ jobs:
# docker-cache-dir: /var/lib/docker
steps:
- name: Cache Briefcase tools
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
key: briefcase-${{ matrix.platform }}
path: |
Expand Down
1 change: 1 addition & 0 deletions changes/1086.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated actions/cache from 3.2.3 to 3.2.4.

0 comments on commit 459b53f

Please sign in to comment.