Skip to content

Commit 2881b33

Browse files
chore(deps): bump actions/cache from 4.0.2 to 4.1.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.0.2...v4.1.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b6c1636 commit 2881b33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
2424
- name: Cache dependencies
25-
uses: actions/cache@v4.0.2
25+
uses: actions/cache@v4.1.0
2626
with:
2727
path: ${{ steps.pip-cache.outputs.dir }}
2828
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
5656
- name: Cache dependencies
57-
uses: actions/cache@v4.0.2
57+
uses: actions/cache@v4.1.0
5858
with:
5959
path: ${{ steps.pip-cache.outputs.dir }}
6060
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}

0 commit comments

Comments
 (0)