Skip to content

Commit 16f82c7

Browse files
Update actions/setup-python action to v6.1.0 (#486)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 87bf833 commit 16f82c7

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
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v6.0.1
2323

2424
- name: 🛠 Set up Python 3
25-
uses: actions/setup-python@v6.0.0
25+
uses: actions/setup-python@v6.1.0
2626
id: python
2727
with:
2828
python-version: "3.13"
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/checkout@v6.0.1
5454

5555
- name: 🛠️ Set up Python ${{ matrix.python.version }}
56-
uses: actions/setup-python@v6.0.0
56+
uses: actions/setup-python@v6.1.0
5757
with:
5858
python-version: ${{ matrix.python.version }}
5959
allow-prereleases: ${{ matrix.python.prereleases || false }}
@@ -81,7 +81,7 @@ jobs:
8181
uses: actions/checkout@v6.0.1
8282

8383
- name: 🛠 Set up Python 3.13
84-
uses: actions/setup-python@v6.0.0
84+
uses: actions/setup-python@v6.1.0
8585
id: python
8686
with:
8787
python-version: "3.13"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v6.0.1
1818

1919
- name: 🛠 Set up Python
20-
uses: actions/setup-python@v6.0.0
20+
uses: actions/setup-python@v6.1.0
2121
id: python
2222
with:
2323
python-version: "3.13"

0 commit comments

Comments
 (0)