Skip to content

Commit

Permalink
Merge pull request #1892 from intel/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-4.1.2

build(deps): bump actions/cache from 4.1.1 to 4.1.2
  • Loading branch information
mythi authored Oct 28, 2024
2 parents cb282ca + 5f6860d commit bfc1a53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lib-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
sudo systemctl stop clamav-freshclam.service
sudo freshclam
- name: Cache clamav databases
uses: actions/cache/save@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
with:
path: /var/lib/clamav
key: clamav-${{ github.run_id }}
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
sudo mkdir -p /var/lib/clamav
sudo chmod a+rwx /var/lib/clamav
- name: Retrieve AV database
uses: actions/cache/restore@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
with:
path: /var/lib/clamav
key: clamav-${{ github.run_id }}
Expand Down

0 comments on commit bfc1a53

Please sign in to comment.