Skip to content

Commit 59b2ad1

Browse files
authored
Merge pull request #159 from cisagov/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents e5ffc52 + 5c84295 commit 59b2ad1

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
@@ -49,7 +49,7 @@ jobs:
4949
uses: cisagov/setup-env-github-action@develop
5050
- uses: actions/checkout@v4
5151
- id: setup-python
52-
uses: actions/setup-python@v4
52+
uses: actions/setup-python@v5
5353
with:
5454
python-version: "3.11"
5555
# We need the Go version and Go cache location for the actions/cache step,

0 commit comments

Comments
 (0)