Skip to content

Commit f5b62d4

Browse files
chore(deps): bump actions/setup-python from 5 to 6 (#3551)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 558b8f2 commit f5b62d4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/cd-python-sdk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build core package
2525
run: yarn workspace @human-protocol/core build
2626
- name: Set up Python
27-
uses: actions/setup-python@v5
27+
uses: actions/setup-python@v6
2828
with:
2929
python-version: "3.x"
3030
- name: Install dependencies

.github/workflows/ci-lint-cvat-exchange-oracle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: snok/install-poetry@v1
2424
with:
2525
version: 1.8.4
26-
- uses: actions/setup-python@v5
26+
- uses: actions/setup-python@v6
2727
with:
2828
python-version: '3.10'
2929
cache: 'poetry'

.github/workflows/ci-lint-cvat-recording-oracle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: snok/install-poetry@v1
2424
with:
2525
version: 1.8.4
26-
- uses: actions/setup-python@v5
26+
- uses: actions/setup-python@v6
2727
with:
2828
python-version: '3.10'
2929
cache: 'poetry'

.github/workflows/ci-test-python-sdk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build core package
2222
run: yarn workspace @human-protocol/core build
2323
- name: Set up Python 3.10
24-
uses: actions/setup-python@v5
24+
uses: actions/setup-python@v6
2525
with:
2626
python-version: '3.10'
2727
- name: Install pipenv

0 commit comments

Comments
 (0)