Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/cache from 3.0.2 to 3.2.6 #161

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
}}"
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.2
uses: actions/cache@v3.2.6
with:
path: venv
key: >-
Expand All @@ -65,7 +65,7 @@ jobs:
hashFiles('.pre-commit-config.yaml') }}"
- name: Restore pre-commit environment
id: cache-precommit
uses: actions/cache@v3.0.2
uses: actions/cache@v3.2.6
with:
path: ${{ env.PRE_COMMIT_CACHE }}
key: >-
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.2
uses: actions/cache@v3.2.6
with:
path: venv
key:
Expand All @@ -106,7 +106,7 @@ jobs:
exit 1
- name: Restore pre-commit environment
id: cache-precommit
uses: actions/cache@v3.0.2
uses: actions/cache@v3.2.6
with:
path: ${{ env.PRE_COMMIT_CACHE }}
key: ${{ runner.os }}-${{ needs.prepare-base.outputs.pre-commit-key }}
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.2
uses: actions/cache@v3.2.6
with:
path: venv
key:
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.2
uses: actions/cache@v3.2.6
with:
path: venv
key:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/primer-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
}}"
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.2
uses: actions/cache@v3.2.6
with:
path: venv
key: >-
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.2
uses: actions/cache@v3.2.6
with:
path: venv
key:
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.2
uses: actions/cache@v3.2.6
with:
path: venv
key:
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.2
uses: actions/cache@v3.2.6
with:
path: venv
key:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
}}"
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.2
uses: actions/cache@v3.2.6
with:
path: venv
key: >-
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.2
uses: actions/cache@v3.2.6
with:
path: venv
key:
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.2
uses: actions/cache@v3.2.6
with:
path: venv
key:
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
}}"
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.2
uses: actions/cache@v3.2.6
with:
path: venv
key: >-
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
}}"
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.2
uses: actions/cache@v3.2.6
with:
path: venv
key: >-
Expand Down