Skip to content

Commit 246ac1d

Browse files
chore(deps): bump actions/cache from 4 to 5 in the github group
Bumps the github group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 66cc53c commit 246ac1d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
python-version: '3.10'
5555
- name: pip cache
56-
uses: actions/cache@v4
56+
uses: actions/cache@v5
5757
with:
5858
path: ~/.cache/pip
5959
key: ${{ runner.os }}-pyprod-${{ hashFiles('requirements.txt') }}

.github/workflows/pythontest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
python-version: '3.10'
7676
- name: pip cache
77-
uses: actions/cache@v4
77+
uses: actions/cache@v5
7878
with:
7979
path: ~/.cache/pip
8080
key: ${{ runner.os }}-pytest-${{ hashFiles('requirements.txt', 'requirements-dev.txt') }}

0 commit comments

Comments
 (0)