Skip to content

Commit d519813

Browse files
chore(deps): bump actions/setup-python from 6 to 7
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 024b8fa commit d519813

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v6
2323

24-
- uses: actions/setup-python@v6
24+
- uses: actions/setup-python@v7
2525
with:
2626
python-version: "3.12"
2727

.github/workflows/update-unity-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v6
1717

18-
- uses: actions/setup-python@v6
18+
- uses: actions/setup-python@v7
1919
with:
2020
python-version: "3.12"
2121

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ jobs:
372372
steps:
373373
- uses: actions/checkout@v6
374374

375-
- uses: actions/setup-python@v6
375+
- uses: actions/setup-python@v7
376376
with:
377377
python-version: "3.12"
378378

0 commit comments

Comments
 (0)