diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a6e092e..264d488 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: uses: cisagov/setup-env-github-action@develop - uses: actions/checkout@v3 - id: setup-python - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: 3.9 # We need the Go version and Go cache location for the actions/cache step,