Skip to content

Commit

Permalink
ci: actions/cache v1 has been deprecated, use v4
Browse files Browse the repository at this point in the history
  • Loading branch information
towynlin committed Dec 12, 2024
1 parent 7ba0e55 commit 6c96820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/imgtool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
fetch-depth: 0
- name: Cache pip
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip
Expand Down

0 comments on commit 6c96820

Please sign in to comment.