Merge branch 'develop' into dependabot/github_actions/actions/checkout-3

pull/521/head
Nick 2 years ago committed by GitHub
commit 6869c6830f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .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,

Loading…
Cancel
Save