Skip to content

Commit 7b03629

Browse files
Merge pull request #9 from PythonCoderAS/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents ee8b8cf + 3d67727 commit 7b03629

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
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install node packages
3030
run: npm install -g gh-all-repos github-run-script
3131
- name: Setup python
32-
uses: actions/setup-python@v5
32+
uses: actions/setup-python@v6
3333
with:
3434
python-version: '3.11'
3535
- name: Install python packages

0 commit comments

Comments
 (0)