Skip to content

Commit 44b3216

Browse files
Bump actions/cache from 3 to 4 (#30)
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 6fa1e12 commit 44b3216

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-20.04
1414
steps:
1515
- uses: actions/checkout@master
16-
- uses: actions/cache@v3
16+
- uses: actions/cache@v4
1717
with:
1818
path: ~/.local/share/virtualenvs
1919
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-20.04
3434
steps:
3535
- uses: actions/checkout@master
36-
- uses: actions/cache@v3
36+
- uses: actions/cache@v4
3737
with:
3838
path: ~/.local/share/virtualenvs
3939
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}

0 commit comments

Comments
 (0)