Skip to content

Commit 00731ea

Browse files
build(deps): update actions/setup-python action to v6
1 parent 9ed2a52 commit 00731ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919

2020
- name: Install Python
21-
uses: actions/setup-python@v5
21+
uses: actions/setup-python@v6
2222
id: setup-python
2323
with:
2424
python-version: ">=3.9"
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/checkout@v4
5656

5757
- name: Install Python ${{ matrix.python-version }}
58-
uses: actions/setup-python@v5
58+
uses: actions/setup-python@v6
5959
with:
6060
python-version: ${{ matrix.python-version }}
6161

@@ -119,7 +119,7 @@ jobs:
119119
token: ${{ secrets.GITHUB_TOKEN }}
120120

121121
- name: Set Up Python
122-
uses: actions/setup-python@v5
122+
uses: actions/setup-python@v6
123123
with:
124124
python-version: ">=3.9"
125125

0 commit comments

Comments
 (0)