Skip to content

Commit a22edc3

Browse files
Bump actions/cache from 4 to 5 in the actions group (#317)
* Bump actions/cache from 4 to 5 in the actions group Bumps the actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> * Update pyupgrade version to v3.21.2 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Howitz <icemac@gmx.net>
1 parent 365dc54 commit a22edc3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
echo "::set-output name=dir::$(pip cache dir)"
3030
3131
- name: Cache
32-
uses: actions/cache@v4
32+
uses: actions/cache@v5
3333
with:
3434
path: ${{ steps.pip-cache.outputs.dir }}
3535
key:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v6
1818

1919
- name: Cache
20-
uses: actions/cache@v4
20+
uses: actions/cache@v5
2121
with:
2222
path: |
2323
~/.cache/pip

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "::set-output name=dir::$(pip cache dir)"
5151
5252
- name: Cache
53-
uses: actions/cache@v4
53+
uses: actions/cache@v5
5454
with:
5555
path: ${{ steps.pip-cache.outputs.dir }}
5656
key:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: debug-statements
1717
language_version: python3
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.21.0
19+
rev: v3.21.2
2020
hooks:
2121
- id: pyupgrade
2222
args: [--py310-plus]

0 commit comments

Comments
 (0)