Skip to content

Commit c2a8218

Browse files
authored
Merge pull request #216 from cisagov/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents dd78561 + 507fe98 commit c2a8218

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
@@ -102,7 +102,7 @@ jobs:
102102
uses: cisagov/setup-env-github-action@v1
103103
- uses: actions/checkout@v4
104104
- id: setup-python
105-
uses: actions/setup-python@v5
105+
uses: actions/setup-python@v6
106106
with:
107107
python-version: ${{ steps.setup-env.outputs.python-version }}
108108
# We need the Go version and Go cache location for the actions/cache step,

0 commit comments

Comments
 (0)