diff --git a/gh-actions/github/checkout/action.yml b/gh-actions/github/checkout/action.yml index 7a309dfe1..209ce3dda 100644 --- a/gh-actions/github/checkout/action.yml +++ b/gh-actions/github/checkout/action.yml @@ -127,7 +127,7 @@ runs: | $config | .["ssh-key"] = $sshKey | del(.branch, .["requested-ref"]) - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 name: Checkout repository with: ${{ fromJSON(steps.config-ssh.outputs.value || steps.config-token.outputs.value) }} - run: |