Skip to content

Commit 5284e3f

Browse files
chore(deps): update actions/setup-python action to v6
1 parent 3358c5e commit 5284e3f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Static Analysis
1313
steps:
1414
- name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
15-
uses: actions/setup-python@v5
15+
uses: actions/setup-python@v6
1616
with:
1717
python-version: ${{ matrix.python-version }}
1818
- uses: actions/checkout@v4
@@ -47,7 +47,7 @@ jobs:
4747
name: Test with Python ${{ matrix.python-version }} on ${{ matrix.os }}
4848
steps:
4949
- name: Set up Python ${{ matrix.python-version }}
50-
uses: actions/setup-python@v5
50+
uses: actions/setup-python@v6
5151
with:
5252
python-version: ${{ matrix.python-version }}
5353
- uses: actions/checkout@v4
@@ -74,7 +74,7 @@ jobs:
7474
name: Build docs with Python ${{ matrix.python-version }} on ${{ matrix.os }}
7575
steps:
7676
- name: Set up Python ${{ matrix.python-version }}
77-
uses: actions/setup-python@v5
77+
uses: actions/setup-python@v6
7878
with:
7979
python-version: ${{ matrix.python-version }}
8080
- uses: actions/checkout@v4

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id-token: write
2727
steps:
2828
- name: Set up Python
29-
uses: actions/setup-python@v5
29+
uses: actions/setup-python@v6
3030
with:
3131
python-version: "3.14"
3232
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)