Skip to content

Commit 3ec936d

Browse files
dependabot[bot]ionicsolutions
authored andcommitted
fix(deps): bump actions/cache from 3.3.2 to 4.0.0
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 4.0.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.3.2...v4.0.0) --- 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 3c6f16c commit 3ec936d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
python-version: "3.10"
2323

24-
- uses: actions/cache@v3.3.2
24+
- uses: actions/cache@v4.0.0
2525
with:
2626
path: ~/.cache/pip
2727
key: ${{ runner.os }}-pip-${{ hashFiles('./requirements*.txt') }}

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
python-version: "3.10"
2424

25-
- uses: actions/cache@v3.3.2
25+
- uses: actions/cache@v4.0.0
2626
with:
2727
path: ~/.cache/pip
2828
key: ${{ runner.os }}-pip-${{ hashFiles('./requirements*.txt') }}

0 commit comments

Comments
 (0)