Skip to content

Commit bfc1a53

Browse files
authored
Merge pull request #1892 from intel/dependabot/github_actions/actions/cache-4.1.2
build(deps): bump actions/cache from 4.1.1 to 4.1.2
2 parents cb282ca + 5f6860d commit bfc1a53

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@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
32+
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
3333
with:
3434
path: /var/lib/clamav
3535
key: clamav-${{ github.run_id }}
@@ -89,7 +89,7 @@ jobs:
8989
sudo mkdir -p /var/lib/clamav
9090
sudo chmod a+rwx /var/lib/clamav
9191
- name: Retrieve AV database
92-
uses: actions/cache/restore@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
92+
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
9393
with:
9494
path: /var/lib/clamav
9595
key: clamav-${{ github.run_id }}

0 commit comments

Comments
 (0)