From 26cbc998558b2cf20519d925e0c4ae784de971e2 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Fri, 18 Jun 2021 08:37:30 -0700 Subject: [PATCH] Update action location (#22561) --- .github/workflows/check-for-build-warnings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-for-build-warnings.yml b/.github/workflows/check-for-build-warnings.yml index 25f66767ce..26eb1e2eec 100644 --- a/.github/workflows/check-for-build-warnings.yml +++ b/.github/workflows/check-for-build-warnings.yml @@ -9,6 +9,6 @@ jobs: name: Look for build warnings runs-on: ubuntu-latest steps: - - uses: dotnet/samples/.github/actions/status-checker@main + - uses: dotnet/docs-actions/actions/status-checker@main with: repo-token: ${{ secrets.GITHUB_TOKEN }}