Skip to content

Commit

Permalink
Merge 532a72b into 42d7343
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 2, 2023
2 parents 42d7343 + 532a72b commit a189566
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
'requirements_test_pre_commit.txt') }}" >> $GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.2.1
uses: actions/cache@v3.2.2
with:
path: venv
key: >-
Expand All @@ -56,7 +56,7 @@ jobs:
hashFiles('.pre-commit-config.yaml') }}" >> $GITHUB_OUTPUT
- name: Restore pre-commit environment
id: cache-precommit
uses: actions/cache@v3.2.1
uses: actions/cache@v3.2.2
with:
path: ${{ env.PRE_COMMIT_CACHE }}
key: >-
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
$GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.2.1
uses: actions/cache@v3.2.2
with:
path: venv
key: >-
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
check-latest: true
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.2.1
uses: actions/cache@v3.2.2
with:
path: venv
key:
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
'requirements_test_brain.txt') }}" >> $env:GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.2.1
uses: actions/cache@v3.2.2
with:
path: venv
key: >-
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
}}" >> $GITHUB_OUTPUT
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.2.1
uses: actions/cache@v3.2.2
with:
path: venv
key: >-
Expand Down

0 comments on commit a189566

Please sign in to comment.