Skip to content

Commit 860924f

Browse files
build(deps): bump actions/cache from 3 to 4
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]>
1 parent fa0098f commit 860924f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
echo "CACHE=${{ secrets.CACHE_DATE }} ${{ runner.os }} $(python -VV |
4646
sha256sum | cut -d' ' -f1) ${{ hashFiles('pyproject.toml') }} ${{
4747
hashFiles('poetry.lock') }}" >> $GITHUB_ENV
48-
- uses: actions/cache@v3
48+
- uses: actions/cache@v4
4949
with:
5050
path: |
5151
.cache.~
@@ -85,7 +85,7 @@ jobs:
8585
steps:
8686
# Set up Docker Environment
8787
- uses: actions/checkout@v4
88-
- uses: actions/cache@v3
88+
- uses: actions/cache@v4
8989
with:
9090
path: |
9191
/tmp/.buildx-cache

0 commit comments

Comments
 (0)