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

This commit is contained in:
renovate[bot]
2024-04-22 16:27:01 +00:00
committed by GitHub
parent 30c27f9faf
commit 32d116d106
8 changed files with 11 additions and 11 deletions

View File

@@ -20,13 +20,13 @@ jobs:
steps:
- name: Checkout code
if: github.event_name != 'pull_request'
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.3
with:
show-progress: false
- name: Checkout code (for PR)
if: github.event_name == 'pull_request'
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.3
with:
fetch-depth: 100 # History is required for pull request analysis
ref: ${{ github.event.pull_request.head.sha }} # To check out the actual pull request commit, not the merge commit