From 21bbb5ae59cb283ad442081908577aa7fdfffe07 Mon Sep 17 00:00:00 2001 From: Nicholas McDonnell <50747025+mcdonnnj@users.noreply.github.com> Date: Mon, 13 Nov 2023 02:28:20 -0500 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 71282a8..32c4a61 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: with: egress-policy: audit - id: setup-env - uses: cisagov/setup-env-github-action@improvement/add_python_and_go_versions + uses: cisagov/setup-env-github-action@testing/mcdonnnj - uses: actions/checkout@v4 - id: setup-python uses: actions/setup-python@v4