Skip to content

Commit a92671b

Browse files
Merge pull request #342 from reactive-firewall/dependabot/github_actions/dot-github/workflows/master/actions/cache-4.2.3
2 parents 1ce69db + d7df2eb commit a92671b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI-BUILD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
5353
with:
5454
python-version: "${{ vars.PYTHON_DEFAULT }}"
55-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
55+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
5656
with:
5757
path: ~/.cache/pip
5858
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}

0 commit comments

Comments
 (0)