Skip to content

Commit 95a607a

Browse files
Actions(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 6caf024 commit 95a607a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v5
1414

1515
- name: Set up Python
16-
uses: actions/setup-python@v6
16+
uses: actions/setup-python@v7
1717
with:
1818
python-version: 3.x
1919

@@ -51,7 +51,7 @@ jobs:
5151
- uses: actions/checkout@v5
5252

5353
- name: Set up Python ${{ matrix.python }}
54-
uses: actions/setup-python@v6
54+
uses: actions/setup-python@v7
5555
with:
5656
python-version: ${{ matrix.python }}
5757

@@ -76,7 +76,7 @@ jobs:
7676
- uses: codecov/codecov-action@v3
7777

7878
- name: Set up Python
79-
uses: actions/setup-python@v6
79+
uses: actions/setup-python@v7
8080
with:
8181
python-version: 3.x
8282

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v5
1616
with:
1717
ref: ${{ github.event.inputs.tag }}
18-
- uses: actions/setup-python@v6
18+
- uses: actions/setup-python@v7
1919
with:
2020
python-version: 3.x
2121
- shell: bash

0 commit comments

Comments
 (0)