Skip to content

Commit f74b4a3

Browse files
authored
Merge pull request #115 from cisagov/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 3 to 4
2 parents 4925eb1 + 1f7c62e commit f74b4a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: cisagov/setup-env-github-action@develop
2222
- uses: actions/checkout@v3
2323
- id: setup-python
24-
uses: actions/setup-python@v3
24+
uses: actions/setup-python@v4
2525
with:
2626
python-version: "3.10"
2727
# We need the Go version and Go cache location for the actions/cache step,

0 commit comments

Comments
 (0)