Skip to content

Commit 104bf68

Browse files
build(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 9fc63c4 commit 104bf68

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: pipx install poetry
2121
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
2222
id: python
23-
uses: actions/setup-python@v6
23+
uses: actions/setup-python@v7
2424
with:
2525
python-version: ${{ env.DEFAULT_PYTHON }}
2626
cache: "poetry"
@@ -43,7 +43,7 @@ jobs:
4343
run: pipx install poetry
4444
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
4545
id: python
46-
uses: actions/setup-python@v6
46+
uses: actions/setup-python@v7
4747
with:
4848
python-version: ${{ env.DEFAULT_PYTHON }}
4949
cache: "poetry"
@@ -70,7 +70,7 @@ jobs:
7070
run: pipx install poetry
7171
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
7272
id: python
73-
uses: actions/setup-python@v6
73+
uses: actions/setup-python@v7
7474
with:
7575
python-version: ${{ env.DEFAULT_PYTHON }}
7676
cache: "poetry"
@@ -117,7 +117,7 @@ jobs:
117117
uses: actions/checkout@v7
118118

119119
- name: Set up Python ${{ matrix.python-version }}
120-
uses: actions/setup-python@v6
120+
uses: actions/setup-python@v7
121121
with:
122122
python-version: ${{ matrix.python-version }}
123123

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v7
1313

1414
- name: Set up Python
15-
uses: actions/setup-python@v6
15+
uses: actions/setup-python@v7
1616
with:
1717
python-version: '3.x'
1818

0 commit comments

Comments
 (0)