diff --git a/action.yml b/action.yml index c0d0a74..386ed54 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ runs: steps: - name: Cache commitlint id: cache-commitlint - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.npm key: ${{ runner.os }}-commitlint-cache@${{ inputs.commitlint_version }}