Skip to content

Commit 81ce786

Browse files
Merge pull request #69 from jupyter-server/dependabot/github_actions/actions/cache-3
Bump actions/cache from 1 to 3
2 parents ba479ce + 34d7ac5 commit 81ce786

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
echo "::set-output name=dir::$(pip cache dir)"
3333
- name: Cache pip
34-
uses: actions/cache@v1
34+
uses: actions/cache@v3
3535
with:
3636
path: ${{ steps.pip-cache.outputs.dir }}
3737
key: ${{ runner.os }}-pip-${{ hashFiles('setup.cfg') }}
@@ -40,7 +40,7 @@ jobs:
4040
${{ runner.os }}-pip-
4141
- name: Cache checked links
4242
if: ${{ matrix.group == 'link_check' }}
43-
uses: actions/cache@v2
43+
uses: actions/cache@v3
4444
with:
4545
path: ~/.cache/pytest-link-check
4646
key: ${{ runner.os }}-linkcheck-${{ hashFiles('**/*.md', '**/*.rst') }}-md-links

0 commit comments

Comments
 (0)