Skip to content

Commit 079e5f7

Browse files
authored
Merge pull request #261 from linuxserver/dependabot/github_actions/actions/cache-4.1.2
2 parents 9561c56 + a18232a commit 079e5f7

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
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
2929
- name: Cache dependencies
30-
uses: actions/cache@v4.0.2
30+
uses: actions/cache@v4.1.2
3131
with:
3232
path: ${{ steps.pip-cache.outputs.dir }}
3333
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
@@ -59,7 +59,7 @@ jobs:
5959
run: |
6060
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
6161
- name: Cache dependencies
62-
uses: actions/cache@v4.0.2
62+
uses: actions/cache@v4.1.2
6363
with:
6464
path: ${{ steps.pip-cache.outputs.dir }}
6565
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}

0 commit comments

Comments
 (0)