Skip to content

Commit ccc103c

Browse files
Merge pull request #392 from lfit/dependabot/github_actions/actions/cache-4.2.4
Chore(deps): Bump actions/cache from 4.2.3 to 4.2.4
2 parents fe66a5f + 8c75b35 commit ccc103c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reuse-python-codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v.5.0.0
4343

4444
- name: 'Cache dependencies'
45-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
45+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
4646
with:
4747
path: ~/.cache/pip
4848
key: ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml') }}

0 commit comments

Comments
 (0)