Skip to content

Commit 9375e18

Browse files
authored
Merge pull request #747 from sdr-enthusiasts/dependabot/github_actions/actions/setup-python-6.0.0
build(deps): bump actions/setup-python from 5.6.0 to 6.0.0
2 parents 1bb4d0d + c16b7d4 commit 9375e18

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)