Merge branch 'develop' into improvement/add_dependabot_ignores_for_github_actions

pull/521/head
Nick 2 years ago committed by GitHub
commit 496ea93027
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/build.yml

@ -19,9 +19,9 @@ jobs:
steps:
- id: setup-env
uses: cisagov/setup-env-github-action@develop
- uses: actions/checkout@v2
- 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