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

Bump actions/setup-python from 2 to 4 #32

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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@v4
with:
python-version: 3.9
# GO_VERSION and GOCACHE are used by the cache task, so the Go
Expand Down Expand Up @@ -305,7 +305,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- id: setup-python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Cache testing environments
Expand Down