Skip to content

Commit c16b7d4

Browse files
build(deps): bump actions/setup-python from 5.6.0 to 6.0.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.6.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1bb4d0d commit c16b7d4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/check_categories.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Checkout
1515
uses: actions/[email protected]
16-
- uses: actions/setup-python@v5.6.0
16+
- uses: actions/setup-python@v6.0.0
1717
with:
1818
python-version: "3.10"
1919
cache: "pip"

.github/workflows/check_derivatives_change.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
!plane_images.csv
2929
separator: ","
3030

31-
- uses: actions/setup-python@v5.6.0
31+
- uses: actions/setup-python@v6.0.0
3232
if: steps.changed-files.outputs.any_changed == 'true'
3333
with:
3434
python-version: "3.10"

.github/workflows/check_main_databases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/[email protected]
17-
- uses: actions/setup-python@v5.6.0
17+
- uses: actions/setup-python@v6.0.0
1818
with:
1919
python-version: "3.10"
2020
cache: "pip"

.github/workflows/create_db_derivatives.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/[email protected]
21-
- uses: actions/setup-python@v5.6.0
21+
- uses: actions/setup-python@v6.0.0
2222
with:
2323
python-version: "3.10"
2424
cache: "pip"

.github/workflows/update_readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/[email protected]
24-
- uses: actions/setup-python@v5.6.0
24+
- uses: actions/setup-python@v6.0.0
2525
with:
2626
python-version: "3.10"
2727
cache: "pip"

0 commit comments

Comments
 (0)