Skip to content

Commit a4904e5

Browse files
authored
Merge pull request #2001 from intel/dependabot/github_actions/actions/cache-4.2.2
build(deps): bump actions/cache from 4.2.1 to 4.2.2
2 parents c9f486a + 659fbc9 commit a4904e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lib-publish.yaml

+2-2
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@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
32+
uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
3333
with:
3434
path: /var/lib/clamav
3535
key: clamav-${{ github.run_id }}
@@ -80,7 +80,7 @@ jobs:
8080
sudo mkdir -p /var/lib/clamav
8181
sudo chmod a+rwx /var/lib/clamav
8282
- name: Retrieve AV database
83-
uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
83+
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
8484
with:
8585
path: /var/lib/clamav
8686
key: clamav-${{ github.run_id }}

0 commit comments

Comments
 (0)