Skip to content

Commit eaa76c0

Browse files
authored
Merge pull request #272 from linuxserver/dependabot/github_actions/actions/cache-4.2.0
2 parents 8468982 + 0abfb3b commit eaa76c0

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.1.2
30+
uses: actions/cache@v4.2.0
3131
with:
3232
path: ${{ steps.pip-cache.outputs.dir }}
3333
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
@@ -68,7 +68,7 @@ jobs:
6868
run: |
6969
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
7070
- name: Cache dependencies
71-
uses: actions/cache@v4.1.2
71+
uses: actions/cache@v4.2.0
7272
with:
7373
path: ${{ steps.pip-cache.outputs.dir }}
7474
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}

0 commit comments

Comments
 (0)