Skip to content

Commit

Permalink
Update actions/cache action to v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent 1c07602 commit 748d169
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: 3.6

- name: Pip cache
uses: actions/cache@v3.3.1
uses: actions/cache@v3.4.0
id: pip-cache
with:
path: ~/.cache/pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- uses: actions/cache@v3.3.1
- uses: actions/cache@v3.4.0
id: pip-cache
with:
path: ~/.cache/pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Pip cache
uses: actions/cache@v3.3.1
uses: actions/cache@v3.4.0
id: pip-cache
with:
path: ~/.cache/pip
Expand Down

0 comments on commit 748d169

Please sign in to comment.