Skip to content

Commit 34d80cd

Browse files
authored
Merge pull request #544 from devopsarr/renovate/actions-setup-python-6.x
fix(deps): update actions/setup-python action to v6
2 parents 8b44ce8 + 387369b commit 34d80cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
version: v4.34.2
9393

9494
- name: Set up Python
95-
uses: actions/setup-python@v5
95+
uses: actions/setup-python@v6
9696
with:
9797
python-version: ${{ env.PY_VERSION }}
9898

0 commit comments

Comments
 (0)