Skip to content

Commit

Permalink
Merge pull request #144 from JuDFTteam/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-3.0.1

Bump actions/cache from 1 to 3.0.1
  • Loading branch information
janssenhenning committed Apr 7, 2022
2 parents fe9113c + 57af031 commit ed1765c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Cache python dependencies
id: cache-pip
uses: actions/cache@v1
uses: actions/cache@v3.0.1
with:
path: ~/.cache/pip
key: pip-docs-${{ hashFiles('**/pyproject.toml') }}
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:

- name: Cache python dependencies
id: cache-pip
uses: actions/cache@v1
uses: actions/cache@v3.0.1
with:
path: ~/.cache/pip
key: pip-pre-commit-${{ hashFiles('**/pyproject.toml') }}
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:

- name: Cache python dependencies
id: cache-pip
uses: actions/cache@v1
uses: actions/cache@v3.0.1
with:
path: ~/.cache/pip
key: pip-${{ matrix.python-version }}-tests-${{ hashFiles('**/pyproject.toml') }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Cache python dependencies
id: cache-pip
uses: actions/cache@v1
uses: actions/cache@v3.0.1
with:
path: ~/.cache/pip
key: pip-docs-${{ hashFiles('**/pyproject.toml') }}
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Cache python dependencies
id: cache-pip
uses: actions/cache@v1
uses: actions/cache@v3.0.1
with:
path: ~/.cache/pip
key: pip-pre-commit-${{ hashFiles('**/pyproject.toml') }}
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:

- name: Cache python dependencies
id: cache-pip
uses: actions/cache@v1
uses: actions/cache@v3.0.1
with:
path: ~/.cache/pip
key: pip-${{ matrix.python-version }}-tests-${{ hashFiles('**/pyproject.toml') }}
Expand Down

0 comments on commit ed1765c

Please sign in to comment.