Skip to content

Commit

Permalink
Bump actions/cache from 3.0.5 to 4.1.1
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 4.1.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.0.5...v4.1.1)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent d597f25 commit bd86aa5
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
}}"
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.5
uses: actions/cache@v4.1.1
with:
path: venv
key: >-
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
}}"
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.5
uses: actions/cache@v4.1.1
with:
path: venv
key: >-
Expand All @@ -63,7 +63,7 @@ jobs:
hashFiles('.pre-commit-config.yaml') }}"
- name: Restore pre-commit environment
id: cache-precommit
uses: actions/cache@v3.0.5
uses: actions/cache@v4.1.1
with:
path: ${{ env.PRE_COMMIT_CACHE }}
key: >-
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.5
uses: actions/cache@v4.1.1
with:
path: venv
key:
Expand All @@ -104,7 +104,7 @@ jobs:
exit 1
- name: Restore pre-commit environment
id: cache-precommit
uses: actions/cache@v3.0.5
uses: actions/cache@v4.1.1
with:
path: ${{ env.PRE_COMMIT_CACHE }}
key: ${{ runner.os }}-${{ needs.prepare-base.outputs.pre-commit-key }}
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.5
uses: actions/cache@v4.1.1
with:
path: venv
key:
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.5
uses: actions/cache@v4.1.1
with:
path: venv
key:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/primer-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
}}"
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.5
uses: actions/cache@v4.1.1
with:
path: venv
key: >-
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.5
uses: actions/cache@v4.1.1
with:
path: venv
key:
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.5
uses: actions/cache@v4.1.1
with:
path: venv
key:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/primer_comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
}}"
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.5
uses: actions/cache@v4.1.1
with:
path: venv
key: >-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/primer_run_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
'astroid_sha.txt') }}"
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.5
uses: actions/cache@v4.1.1
with:
path: venv
key: >-
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
echo "::set-output name=commitstring::$output"
- name: Restore projects cache
id: cache-projects
uses: actions/cache@v3.0.5
uses: actions/cache@v4.1.1
with:
path: tests/.pylint_primer_tests/
key: >-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/primer_run_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
'astroid_sha.txt') }}"
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.5
uses: actions/cache@v4.1.1
with:
path: venv
key: >-
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
echo "::set-output name=commitstring::$output"
- name: Restore projects cache
id: cache-projects
uses: actions/cache@v3.0.5
uses: actions/cache@v4.1.1
with:
path: tests/.pylint_primer_tests/
key: >-
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
}}"
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.5
uses: actions/cache@v4.1.1
with:
path: venv
key: >-
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.5
uses: actions/cache@v4.1.1
with:
path: venv
key:
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.5
uses: actions/cache@v4.1.1
with:
path: venv
key:
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
}}"
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.5
uses: actions/cache@v4.1.1
with:
path: venv
key: >-
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
}}"
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.5
uses: actions/cache@v4.1.1
with:
path: venv
key: >-
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
}}"
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v3.0.5
uses: actions/cache@v4.1.1
with:
path: venv
key: >-
Expand Down

0 comments on commit bd86aa5

Please sign in to comment.