Skip to content

Commit

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

build(deps): bump actions/cache from 4.0.2 to 4.1.0
  • Loading branch information
tkatila authored Oct 10, 2024
2 parents 37e7fa6 + 2541727 commit b4ab805
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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/save@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
with:
path: /var/lib/clamav
key: clamav-${{ github.run_id }}
Expand Down

0 comments on commit b4ab805

Please sign in to comment.