Skip to content

Commit e747a22

Browse files
authored
Merge pull request #12 from Dafnik/renovate/major-major-update
chore: update actions/cache action to v5
2 parents b06f299 + 8d86647 commit e747a22

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)