actions/checkout: update input descriptions (#435922)

Changed files
+2 -2
.github
actions
checkout
+2 -2
.github/actions/checkout/action.yml
···
inputs:
merged-as-untrusted-at:
-
description: "Whether and which SHA to checkout for the merge commit in the ./untrusted folder."
+
description: "Whether and which SHA to checkout for the merge commit in the ./nixpkgs/untrusted folder."
target-as-trusted-at:
-
description: "Whether and which SHA to checkout for the target commit in the ./trusted folder."
+
description: "Whether and which SHA to checkout for the target commit in the ./nixpkgs/trusted folder."
runs:
using: composite