Skip to content

Commit 887dbdc

Browse files
authored
Merge pull request #15 from 0xzerolight/dependabot/github_actions/actions/cache-5.0.5
Safe patch bump
2 parents d0f8674 + c0ca082 commit 887dbdc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: "3.11"
2020

2121
- name: Cache pip packages
22-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
22+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
2323
with:
2424
path: ~/.cache/pip
2525
key: ${{ runner.os }}-pip-lint-${{ hashFiles('requirements-dev.txt') }}
@@ -54,7 +54,7 @@ jobs:
5454
python-version: ${{ matrix.python-version }}
5555

5656
- name: Cache pip packages
57-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
57+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
5858
with:
5959
path: ~/.cache/pip
6060
key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('requirements-dev.txt') }}

0 commit comments

Comments
 (0)