Skip to content

Commit

Permalink
ci: fix compliance by updating actions/cache
Browse files Browse the repository at this point in the history
The actions/cache@v1 is deprecated. Update to actions/cache@v4.

Signed-off-by: Rafał Kuźnia <rafal.kuznia@nordicsemi.no>
  • Loading branch information
e-rk committed Feb 18, 2025
1 parent 37a87d3 commit 75032c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0

- name: cache-pip
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-doc-pip
Expand Down

0 comments on commit 75032c8

Please sign in to comment.