Skip to content

Commit a522d64

Browse files
authored
Merge pull request galaxyproject#20940 from galaxyproject/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 308e40d + 4f491d6 commit a522d64

27 files changed

Lines changed: 28 additions & 28 deletions

.github/workflows/api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
node-version: ${{ steps.node-version.outputs.version }}
6060
cache: 'yarn'
6161
cache-dependency-path: 'galaxy root/client/yarn.lock'
62-
- uses: actions/setup-python@v5
62+
- uses: actions/setup-python@v6
6363
with:
6464
python-version: ${{ matrix.python-version }}
6565
cache: 'pip'

.github/workflows/bioblend.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ jobs:
5555
id: get_bioblend_python_version
5656
run: echo "bioblend_python_version=$(echo "${{ matrix.tox_env }}" | sed -e 's/^py\([3-9]\)\([0-9]\+\)/\1.\2/')" >> $GITHUB_OUTPUT
5757
- name: Set up Python for BioBlend
58-
uses: actions/setup-python@v5
58+
uses: actions/setup-python@v6
5959
with:
6060
python-version: ${{ steps.get_bioblend_python_version.outputs.bioblend_python_version }}
6161
- name: Install tox
6262
run: |
6363
python3 -m pip install --upgrade pip setuptools
6464
python3 -m pip install 'tox>=1.8.0'
6565
- name: Set up Python for Galaxy
66-
uses: actions/setup-python@v5
66+
uses: actions/setup-python@v6
6767
with:
6868
python-version: ${{ matrix.galaxy_python_version }}
6969
- name: Run tests

.github/workflows/check_test_class_names.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v5
2020
with:
2121
persist-credentials: false
22-
- uses: actions/setup-python@v5
22+
- uses: actions/setup-python@v6
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
cache: 'pip'

.github/workflows/converter_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
repository: galaxyproject/galaxy-test-data
4949
path: galaxy-test-data
5050
persist-credentials: false
51-
- uses: actions/setup-python@v5
51+
- uses: actions/setup-python@v6
5252
with:
5353
python-version: ${{ matrix.python-version }}
5454
cache: 'pip'

.github/workflows/cwl_conformance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
node-version: ${{ steps.node-version.outputs.version }}
5252
cache: 'yarn'
5353
cache-dependency-path: 'galaxy root/client/yarn.lock'
54-
- uses: actions/setup-python@v5
54+
- uses: actions/setup-python@v6
5555
with:
5656
python-version: ${{ matrix.python-version }}
5757
cache: 'pip'

.github/workflows/db_indexes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
path: 'galaxy root'
4747
persist-credentials: false
48-
- uses: actions/setup-python@v5
48+
- uses: actions/setup-python@v6
4949
with:
5050
python-version: ${{ matrix.python-version }}
5151
cache: 'pip'

.github/workflows/dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v5
1313
with:
1414
persist-credentials: false
15-
- uses: actions/setup-python@v5
15+
- uses: actions/setup-python@v6
1616
with:
1717
python-version: '3.9'
1818
- name: Update dependencies

.github/workflows/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
fetch-depth: 0
3737
persist-credentials: false
38-
- uses: actions/setup-python@v5
38+
- uses: actions/setup-python@v6
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141
cache: 'pip'

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
fetch-depth: 0
3434
persist-credentials: false
35-
- uses: actions/setup-python@v5
35+
- uses: actions/setup-python@v6
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838
cache: 'pip'

.github/workflows/first_startup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
cache: 'yarn'
4444
cache-dependency-path: 'galaxy root/client/yarn.lock'
4545
- name: Set up Python
46-
uses: actions/setup-python@v5
46+
uses: actions/setup-python@v6
4747
with:
4848
python-version: ${{ matrix.python-version }}
4949
cache: 'pip'

0 commit comments

Comments
 (0)