Skip to content

Commit

Permalink
Merge pull request #147 from QCoDeS/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-3.0.8

Bump actions/cache from 2.1.6 to 3.0.8
  • Loading branch information
jenshnielsen authored Aug 29, 2022
2 parents b45bc03 + a0ad0d7 commit 7555e7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
id: prepare-cache-pip
uses: ./.github/actions/prepare-cache-pip
- name: pip cache
uses: actions/cache@v2.1.6
uses: actions/cache@v3.0.8
with:
path: ${{ steps.prepare-cache-pip.outputs.cache-dir }}
key: ${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ hashFiles('**/setup.cfg') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id: prepare-cache-pip
uses: ./.github/actions/prepare-cache-pip
- name: pip cache
uses: actions/cache@v2.1.6
uses: actions/cache@v3.0.8
with:
path: ${{ steps.prepare-cache-pip.outputs.cache-dir }}
key: ${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ hashFiles('**/setup.cfg') }}
Expand Down

0 comments on commit 7555e7a

Please sign in to comment.