IJI-2137 checkout action version upgrade v3->v4.2.2

GitOrigin-RevId: f09cd48688aa7ee0c23dcde05e5ae15b1c17aeb0
This commit is contained in:
Dmitriy.Panov
2024-11-21 15:01:53 +00:00
committed by intellij-monorepo-bot
parent af376fb720
commit 3bca166d01
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
pull-requests: write
checks: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.2.2
with:
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
fetch-depth: 0 # a full history is required for pull request analysis