Skip to content

Commit 38d4aba

Browse files
dependabot[bot]jgraham
authored andcommitted
Bump actions/setup-python from 5 to 7
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...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 579094e commit 38d4aba

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: github.repository == 'web-platform-tests/wpt'
1919
steps:
2020
- name: Set up Python
21-
uses: actions/setup-python@v5
21+
uses: actions/setup-python@v7
2222
with:
2323
python-version: '3.12'
2424
- name: Set up Node

.github/workflows/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: github.repository == 'web-platform-tests/wpt'
1313
steps:
1414
- name: Set up Python
15-
uses: actions/setup-python@v5
15+
uses: actions/setup-python@v7
1616
with:
1717
python-version: '3.12'
1818
- name: Checkout

.github/workflows/regen_certs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.repository == 'web-platform-tests/wpt'
1212
steps:
1313
- name: Set up Python
14-
uses: actions/setup-python@v5
14+
uses: actions/setup-python@v7
1515
with:
1616
python-version: '3.12'
1717
- name: Checkout

.github/workflows/update_codeowners.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: github.repository == 'web-platform-tests/wpt'
1313
steps:
1414
- name: Set up Python
15-
uses: actions/setup-python@v5
15+
uses: actions/setup-python@v7
1616
with:
1717
python-version: '3.12'
1818
- name: Checkout wpt

0 commit comments

Comments
 (0)