Skip to content

Commit 82968aa

Browse files
ci: bump actions/setup-python from 6.3.0 to 7.0.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.3.0 to 7.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6.3.0...v7.0.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 311b862 commit 82968aa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v7.0.0
3434

3535
- name: Install Python
36-
uses: actions/setup-python@v6.3.0
36+
uses: actions/setup-python@v7.0.0
3737
with:
3838
python-version: "3.13"
3939

.github/workflows/plugin-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v7.0.0
1313
- name: Install zsh (for shell-portability checks)
1414
run: sudo apt-get update -qq && sudo apt-get install -y -qq zsh
15-
- uses: actions/setup-python@v6.3.0
15+
- uses: actions/setup-python@v7.0.0
1616
with:
1717
python-version: "3.13"
1818
- run: pip install --quiet pyyaml

0 commit comments

Comments
 (0)