Merge pull request #115 from cisagov/dependabot/github_actions/actions/setup-python-4

Bump actions/setup-python from 3 to 4
pull/529/head^2
Nick 1 year ago committed by GitHub
commit f74b4a32d7
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@v3
uses: actions/setup-python@v4
with:
python-version: "3.10"
# We need the Go version and Go cache location for the actions/cache step,

Loading…
Cancel
Save