chore(deps): update actions/checkout action to v4.1.5

This commit is contained in:
renovate[bot] 2024-05-09 00:49:43 +00:00 committed by GitHub
parent 9c0c270f5c
commit ca37557297
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ runs:
using: "composite"
steps:
- name: Checkout repository
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
with:
fetch-depth: ${{ inputs.fetch-depth }}
token: ${{ inputs.token }}