Skip to content

Commit 8aee039

Browse files
authored
Merge pull request #1879 from intel/dependabot/github_actions/actions/cache-4.1.1
build(deps): bump actions/cache from 4.1.0 to 4.1.1
2 parents 9758e1a + e39d325 commit 8aee039

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@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
32+
uses: actions/cache/save@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
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@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
92+
uses: actions/cache/restore@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
9393
with:
9494
path: /var/lib/clamav
9595
key: clamav-${{ github.run_id }}

0 commit comments

Comments
 (0)