Skip to content

Commit cb898e5

Browse files
Bump actions/cache from 3 to 4 (#951)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9fa5115 commit cb898e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
python-version: "3.12"
1414
- name: Install poetry
1515
run: pipx install poetry
16-
- uses: actions/cache@v3
16+
- uses: actions/cache@v4
1717
with:
1818
path: .venv
1919
key: poetry-${{ steps.setup-python.outputs.python-version}}-${{ hashFiles('poetry.lock') }}
@@ -32,7 +32,7 @@ jobs:
3232
run: sudo apt-get install -y pandoc
3333
- name: Install poetry
3434
run: pipx install poetry
35-
- uses: actions/cache@v3
35+
- uses: actions/cache@v4
3636
with:
3737
path: .venv
3838
key: poetry-${{ steps.setup-python.outputs.python-version}}-${{ hashFiles('poetry.lock') }}

0 commit comments

Comments
 (0)