|
@@ -33,7 +33,7 @@ jobs:
|
|
|
echo "pr=${{ github.event.pull_request.number }}" >> "$GITHUB_OUTPUT"
|
|
|
echo "repo=${{ github.event.pull_request.head.repo.full_name }}" >> "$GITHUB_OUTPUT"
|
|
|
fi
|
|
|
- - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
|
|
+ - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
|
|
|
with:
|
|
|
repository: ${{ steps.get-vars.outputs.repo }}
|
|
|
ref: ${{ steps.get-vars.outputs.branch }}
|