Skip to content

Commit 944363b

Browse files
authored
Merge pull request #1922 from intel/dependabot/github_actions/actions/cache-4.2.0
build(deps): bump actions/cache from 4.1.2 to 4.2.0
2 parents 3a32b64 + 6f11b77 commit 944363b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lib-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
sudo systemctl stop clamav-freshclam.service
3030
sudo freshclam
3131
- name: Cache clamav databases
32-
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
32+
uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
3333
with:
3434
path: /var/lib/clamav
3535
key: clamav-${{ github.run_id }}
@@ -85,7 +85,7 @@ jobs:
8585
sudo mkdir -p /var/lib/clamav
8686
sudo chmod a+rwx /var/lib/clamav
8787
- name: Retrieve AV database
88-
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
88+
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
8989
with:
9090
path: /var/lib/clamav
9191
key: clamav-${{ github.run_id }}

0 commit comments

Comments
 (0)