|
@@ -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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
|
|
|
|
|
|
+ - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
|
|
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 }}
|