From fbb984393b9012a0bb89a4575f2e941c8bbf626b Mon Sep 17 00:00:00 2001 From: Nicholas McDonnell <50747025+mcdonnnj@users.noreply.github.com> Date: Wed, 8 May 2024 19:16:50 -0400 Subject: [PATCH] Use a branch of cisagov/setup-env-github-action for testing --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9bb221a..6a036a7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,7 @@ jobs: with: egress-policy: audit - id: setup-env - uses: cisagov/setup-env-github-action@develop + uses: cisagov/setup-env-github-action@testing/mcdonnnj - uses: actions/checkout@v4 - id: setup-python uses: actions/setup-python@v5