We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b06f299 + 8d86647 commit e747a22Copy full SHA for e747a22
1 file changed
action.yml
@@ -16,7 +16,7 @@ runs:
16
steps:
17
- name: Cache commitlint
18
id: cache-commitlint
19
- uses: actions/cache@v4
+ uses: actions/cache@v5
20
with:
21
path: ~/.npm
22
key: ${{ runner.os }}-commitlint-cache@${{ inputs.commitlint_version }}
0 commit comments