Skip to content

Commit 8d86647

Browse files
chore: update actions/cache action to v5
See associated pull request for more information.
1 parent b06f299 commit 8d86647

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
steps:
1717
- name: Cache commitlint
1818
id: cache-commitlint
19-
uses: actions/cache@v4
19+
uses: actions/cache@v5
2020
with:
2121
path: ~/.npm
2222
key: ${{ runner.os }}-commitlint-cache@${{ inputs.commitlint_version }}

0 commit comments

Comments
 (0)