Skip to content

Commit a3ad3af

Browse files
Bump actions/cache from 4 to 5 (#1125)
Bumps [actions/cache](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3e5509b commit a3ad3af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: |
2020
pipx install poetry
2121
- name: Setup Python dependencies cache
22-
uses: actions/cache@v4
22+
uses: actions/cache@v5
2323
with:
2424
path: ~/.cache/pypoetry
2525
key: poetry-${{ hashFiles('**/poetry.lock') }}
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
pipx install poetry
5050
- name: Setup Python dependencies cache
51-
uses: actions/cache@v4
51+
uses: actions/cache@v5
5252
with:
5353
path: ~/.cache/pypoetry
5454
key: poetry-${{ hashFiles('**/poetry.lock') }}
@@ -84,7 +84,7 @@ jobs:
8484
run: |
8585
pipx install poetry
8686
- name: Setup Python dependencies cache
87-
uses: actions/cache@v4
87+
uses: actions/cache@v5
8888
with:
8989
path: ~/.cache/pypoetry
9090
key: poetry-${{ hashFiles('**/poetry.lock') }}
@@ -140,7 +140,7 @@ jobs:
140140
run: |
141141
pipx install poetry
142142
- name: Setup Python dependencies cache
143-
uses: actions/cache@v4
143+
uses: actions/cache@v5
144144
with:
145145
path: ~/.cache/pypoetry
146146
key: poetry-${{ hashFiles('**/poetry.lock') }}

0 commit comments

Comments
 (0)