Skip to content

Commit af95dd2

Browse files
build(deps): 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 954859a commit af95dd2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-msix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111

1212
- name: Set up Python
13-
uses: actions/setup-python@v5
13+
uses: actions/setup-python@v7
1414
with:
1515
python-version: "3.11"
1616

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11-
- uses: actions/setup-python@v5
11+
- uses: actions/setup-python@v7
1212
with:
1313
python-version: '3.11'
1414
- name: Local doctor

.github/workflows/windows-installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: windows-latest
99
steps:
1010
- uses: actions/checkout@v4
11-
- uses: actions/setup-python@v5
11+
- uses: actions/setup-python@v7
1212
with:
1313
python-version: '3.11'
1414
- name: Install package

0 commit comments

Comments
 (0)