diff --git a/actions/utils/prerun/action.yml b/actions/utils/prerun/action.yml index facf598..bc66b97 100644 --- a/actions/utils/prerun/action.yml +++ b/actions/utils/prerun/action.yml @@ -12,7 +12,7 @@ runs: using: "composite" steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4.1.6 with: # Checking out the commit sha should always work. For closed PRs with deleted branches, # this checks out the sha of the merge commit.