Skip to content

Commit faaef45

Browse files
authored
Merge pull request #15 from mbround18/renovate/actions-cache-4.x
Update actions/cache action to v4
2 parents 4051f5f + cb0d912 commit faaef45

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
@@ -57,7 +57,7 @@ runs:
5757
5858
- name: Cache Auto Version
5959
id: cache-auto
60-
uses: actions/cache@v3
60+
uses: actions/cache@v4
6161
with:
6262
path: "${{ env.GITHUB_ACTION_PATH }}/.bin"
6363
key: ${{ steps.auto_version.outputs.auto_version }}-${{ inputs.jqVersion }}

0 commit comments

Comments
 (0)