Skip to content

Commit bac70e5

Browse files
authored
Merge pull request #49 from ARKlab/renovate/actions-setup-python-6.x
chore(deps): update actions/setup-python action to v6
2 parents 8a2009d + cfb458d commit bac70e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v5
2525
- name: Set up Python ${{ matrix.python-version }}
26-
uses: actions/setup-python@v5
26+
uses: actions/setup-python@v6
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929
- name: Install dependencies
@@ -68,7 +68,7 @@ jobs:
6868
with:
6969
fetch-depth: 0
7070
- name: Set up Python ${{ env.python-version }}
71-
uses: actions/setup-python@v5
71+
uses: actions/setup-python@v6
7272
with:
7373
python-version: ${{ env.python-version }}
7474
- name: Install dependencies

0 commit comments

Comments
 (0)