Skip to content

Commit 83d1f37

Browse files
authored
Update actions/cache to v4
1 parent 7dbfcf4 commit 83d1f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
aptHash(){ echo "$1-$(apt-cache policy "$1" | grep -oP '(?<=Candidate:\s)(.+)')"; }
2323
echo "packagesHash=$(echo "${{ inputs.packages }}" | xargs -rn1 | tr '\n' '-' | md5sum | cut -f 1 -d ' ')" >> $GITHUB_ENV
2424
- name: Cache deb files
25-
uses: actions/cache@v3
25+
uses: actions/cache@v4
2626
with:
2727
path: .aptcache
2828
key: apt-cache-${{ env.packagesHash }}

0 commit comments

Comments
 (0)