Skip to content

Commit b8045f9

Browse files
Bump the github-actions group with 1 update (keras-team#1438)
Bumps the github-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1322aaa commit b8045f9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python -m pip install --upgrade pip setuptools
2727
echo "::set-output name=dir::$(pip cache dir)"
2828
- name: pip cache
29-
uses: actions/cache@v3
29+
uses: actions/cache@v4
3030
with:
3131
path: ${{ steps.pip-cache.outputs.dir }}
3232
key: ${{ runner.os }}-pip-${{ hashFiles('setup.py') }}
@@ -62,7 +62,7 @@ jobs:
6262
python -m pip install --upgrade pip setuptools
6363
echo "::set-output name=dir::$(pip cache dir)"
6464
- name: pip cache
65-
uses: actions/cache@v3
65+
uses: actions/cache@v4
6666
with:
6767
path: ${{ steps.pip-cache.outputs.dir }}
6868
key: ${{ runner.os }}-pip-${{ hashFiles('setup.py') }}
@@ -92,7 +92,7 @@ jobs:
9292
python -m pip install --upgrade pip setuptools
9393
echo "::set-output name=dir::$(pip cache dir)"
9494
- name: pip cache
95-
uses: actions/cache@v3
95+
uses: actions/cache@v4
9696
with:
9797
path: ${{ steps.pip-cache.outputs.dir }}
9898
key: ${{ runner.os }}-pip-${{ hashFiles('setup.py') }}

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python -m pip install --upgrade pip setuptools
2828
echo "::set-output name=dir::$(pip cache dir)"
2929
- name: pip cache
30-
uses: actions/cache@v3
30+
uses: actions/cache@v4
3131
with:
3232
path: ${{ steps.pip-cache.outputs.dir }}
3333
key: ${{ runner.os }}-pip-${{ hashFiles('setup.py') }}

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python -m pip install --upgrade pip setuptools
2222
echo "::set-output name=dir::$(pip cache dir)"
2323
- name: pip cache
24-
uses: actions/cache@v3
24+
uses: actions/cache@v4
2525
with:
2626
path: ${{ steps.pip-cache.outputs.dir }}
2727
key: ${{ runner.os }}-pip-${{ hashFiles('setup.py') }}

0 commit comments

Comments
 (0)