From 7708083d24a967bc8dfbf45b4f5d898bb7aea727 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Wed, 12 Mar 2025 14:24:04 -0700 Subject: [PATCH] use main --- .github/workflows/labeler-train.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler-train.yml b/.github/workflows/labeler-train.yml index f08b390cbb6..53791a7f258 100644 --- a/.github/workflows/labeler-train.yml +++ b/.github/workflows/labeler-train.yml @@ -111,7 +111,7 @@ jobs: permissions: pull-requests: read actions: write - uses: dotnet/issue-labeler/.github/workflows/download-pulls.yml@f0c098669828a134c0313adf3f58c1909e555d86 # v1.0.1 + uses: dotnet/issue-labeler/.github/workflows/download-pulls.yml@main with: data_cache_key: ${{ inputs.cache_key_suffix }} pull_limit: ${{ inputs.data_limit && fromJSON(inputs.data_limit) || 0 }}