Skip to content

Commit 2abc7fc

Browse files
Bump actions/setup-python from 5.6.0 to 6.0.0 (#431)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.6.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6613a25 commit 2abc7fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v5.0.0
2222

2323
- name: 🛠 Set up Python 3
24-
uses: actions/setup-python@v5.6.0
24+
uses: actions/setup-python@v6.0.0
2525
id: python
2626
with:
2727
python-version: "3.11"
@@ -53,7 +53,7 @@ jobs:
5353
fetch-depth: 0
5454

5555
- name: 🛠️ Set up Python ${{ matrix.python.version }}
56-
uses: actions/setup-python@v5.6.0
56+
uses: actions/setup-python@v6.0.0
5757
with:
5858
python-version: ${{ matrix.python.version }}
5959
allow-prereleases: ${{ matrix.python.prereleases || false }}
@@ -78,7 +78,7 @@ jobs:
7878
fetch-depth: 0
7979

8080
- name: 🛠 Set up Python 3.10
81-
uses: actions/setup-python@v5.6.0
81+
uses: actions/setup-python@v6.0.0
8282
id: python
8383
with:
8484
python-version: "3.10"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v5.0.0
2424

2525
- name: 🛠 Set up Python
26-
uses: actions/setup-python@v5.6.0
26+
uses: actions/setup-python@v6.0.0
2727
id: python
2828
with:
2929
python-version: "3.11"

0 commit comments

Comments
 (0)