Skip to content

Commit 559d95b

Browse files
authored
Merge pull request #252 from faucetsdn/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 59810fd + 22aef58 commit 559d95b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout repo
1919
uses: actions/checkout@v5
2020
- name: Set up python-${{ env.RELEASE_PY_VER }}
21-
uses: actions/setup-python@v5
21+
uses: actions/setup-python@v6
2222
with:
2323
python-version: ${{ env.RELEASE_PY_VER }}
2424
- name: Build python package

.github/workflows/tests-codecheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout repo
1414
uses: actions/checkout@v5
1515
- name: Set up python-${{ env.CODECHECK_PY_VER }}
16-
uses: actions/setup-python@v5
16+
uses: actions/setup-python@v6
1717
with:
1818
python-version: ${{ env.CODECHECK_PY_VER }}
1919
- name: Install dependencies
@@ -33,7 +33,7 @@ jobs:
3333
- name: Checkout repo
3434
uses: actions/checkout@v5
3535
- name: Set up python-${{ env.CODECHECK_PY_VER }}
36-
uses: actions/setup-python@v5
36+
uses: actions/setup-python@v6
3737
with:
3838
python-version: ${{ env.CODECHECK_PY_VER }}
3939
- name: Install dependencies

.github/workflows/tests-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout repo
1717
uses: actions/checkout@v5
1818
- name: Set up python-${{ matrix.python-version }}
19-
uses: actions/setup-python@v5
19+
uses: actions/setup-python@v6
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Run unit tests

0 commit comments

Comments
 (0)