|
@@ -28,7 +28,7 @@ jobs:
|
|
|
echo "::set-output name=pr::${{ github.event.pull_request.number }}"
|
|
|
echo "::set-output name=repo::${{ github.event.pull_request.head.repo.full_name }}"
|
|
|
fi
|
|
|
- - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
|
|
+ - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
|
|
|
with:
|
|
|
repository: ${{ steps.get-vars.outputs.repo }}
|
|
|
ref: ${{ steps.get-vars.outputs.branch }}
|