Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Merge 34cb32d into fed41d2
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 28, 2022
2 parents fed41d2 + 34cb32d commit a3c8f19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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
with:
python-version: 3.9
# We need the Go version and Go cache location for the actions/cache step,
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- id: setup-python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- uses: actions/cache@v2
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- id: setup-python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: 3.9
- uses: actions/cache@v2
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- id: setup-python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- uses: actions/cache@v2
Expand Down

0 comments on commit a3c8f19

Please sign in to comment.