|
@@ -44,7 +44,7 @@ jobs:
|
|
echo "repo=${{ github.event.pull_request.head.repo.full_name }}"
|
|
echo "repo=${{ github.event.pull_request.head.repo.full_name }}"
|
|
} >> "$GITHUB_OUTPUT"
|
|
} >> "$GITHUB_OUTPUT"
|
|
fi
|
|
fi
|
|
- - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
|
|
|
|
|
+ - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
|
|
with:
|
|
with:
|
|
repository: ${{ steps.get-vars.outputs.repo }}
|
|
repository: ${{ steps.get-vars.outputs.repo }}
|
|
ref: ${{ steps.get-vars.outputs.branch }}
|
|
ref: ${{ steps.get-vars.outputs.branch }}
|