Skip to content

Commit b8d0382

Browse files
build(deps): bump actions/cache from 4.2.0 to 4.2.1
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@1bd1e32...0c907a7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3c06051 commit b8d0382

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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
32+
uses: actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
83+
uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
8484
with:
8585
path: /var/lib/clamav
8686
key: clamav-${{ github.run_id }}

0 commit comments

Comments
 (0)