Skip to content

Commit

Permalink
Merge pull request #59 from felddy/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-python-3.1.0

Bump actions/setup-python from 2 to 3.1.0
  • Loading branch information
felddy authored Apr 4, 2022
2 parents 3f0fdd3 + d3554f3 commit a2aa436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: cisagov/setup-env-github-action@develop
- uses: actions/checkout@v2
- id: setup-python
uses: actions/setup-python@v2
uses: actions/setup-python@v3.1.0
with:
python-version: 3.9
# We need the Go version and Go cache location for the actions/cache step,
Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- id: setup-python
uses: actions/setup-python@v2
uses: actions/setup-python@v3.1.0
with:
python-version: 3.9
- name: Cache testing environments
Expand Down

0 comments on commit a2aa436

Please sign in to comment.