Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Commit a81c943

Browse files
chore(deps): update actions/cache action to v3.0.6
1 parent 907dd43 commit a81c943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-test-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
echo "::set-output name=dir::$(pip cache dir)"
7474
- name: set pip cache
7575
id: pip-cache
76-
uses: actions/cache@v3.0.5
76+
uses: actions/cache@v3.0.6
7777
with:
7878
path: ${{ steps.pip-cache-dir.outputs.dir }}
7979
key: ${{ runner.os }}-pip-${{ hashFiles('setup.cfg') }}

0 commit comments

Comments
 (0)