Skip to content

Commit fc896a8

Browse files
chore(deps): update actions/setup-python action to v6
1 parent b1e70c7 commit fc896a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v6
1111
- name: Set up Python
12-
uses: actions/setup-python@v5
12+
uses: actions/setup-python@v6
1313
with:
1414
python-version: 3.13
1515
- name: Install dependencies
@@ -39,7 +39,7 @@ jobs:
3939
path: dist
4040

4141
- name: Set up Python ${{ matrix.python-version }}
42-
uses: actions/setup-python@v5
42+
uses: actions/setup-python@v6
4343
with:
4444
python-version: ${{ matrix.python-version }}
4545
- name: Install dependencies

0 commit comments

Comments
 (0)