Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit cde73f1

Browse files
chore(deps): update actions/cache action to v3 (#17)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fee8774 commit cde73f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: cashapp/activate-hermit@v1
1818

1919
- name: Cache Flutter
20-
uses: actions/cache@v2
20+
uses: actions/cache@v3
2121
with:
2222
path: ~/.cache/hermit/cache/pkg
2323
key: ${{ runner.os }}-hermit-cache-${{ hashFiles('bin/.*.pkg') }}

0 commit comments

Comments
 (0)