|
@@ -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@755da8c3cf115ac066823e79a1e1788f8940201b # v3
|
|
|
+ - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
|
|
|
with:
|
|
|
repository: ${{ steps.get-vars.outputs.repo }}
|
|
|
ref: ${{ steps.get-vars.outputs.branch }}
|