Skip to content

Commit 3d65821

Browse files
authored
Merge pull request #2 from bsv-blockchain/dependabot/github_actions/master/ghactions-all-1db280f781
chore(deps)(deps): bump actions/cache from 3.0.11 to 4.2.3 in the ghactions-all group
2 parents f96523d + bb79b49 commit 3d65821

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update-pip-requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
python-version: '3.x'
4242

4343
- name: Cache pip dependencies
44-
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3.0.11
44+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
4545
with:
4646
path: ~/.cache/pip
4747
key: ${{ runner.os }}-pip-${{ hashFiles('.github/pip-requirements.txt') }}

.github/workflows/update-pre-commit-hooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
# Cache pip dependencies
4545
- name: Cache pip dependencies
46-
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3.0.11
46+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
4747
with:
4848
path: ~/.cache/pip
4949
key: ${{ runner.os }}-pip-${{ hashFiles('**/.github/pip-requirements.txt') }}

0 commit comments

Comments
 (0)