Skip to content

Commit 585bec9

Browse files
authored
Merge branch 'galaxyproject:dev' into job-completion-email-citation
2 parents 44e4602 + 2474452 commit 585bec9

36 files changed

Lines changed: 41 additions & 41 deletions

.github/workflows/api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
echo "GALAXY_CONFIG_OVERRIDE_METADATA_STRATEGY=extended" >> $GITHUB_ENV
4949
echo "GALAXY_CONFIG_OVERRIDE_OUTPUTS_TO_WORKING_DIRECTORY=true" >> $GITHUB_ENV
50-
- uses: actions/checkout@v5
50+
- uses: actions/checkout@v6
5151
with:
5252
path: 'galaxy root'
5353
persist-credentials: false

.github/workflows/bioblend.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ jobs:
3535
galaxy_python_version: ['3.9']
3636
steps:
3737
- name: Checkout Galaxy
38-
uses: actions/checkout@v5
38+
uses: actions/checkout@v6
3939
with:
4040
fetch-depth: 1
4141
path: galaxy
4242
persist-credentials: false
4343
- name: Checkout Bioblend
44-
uses: actions/checkout@v5
44+
uses: actions/checkout@v6
4545
with:
4646
repository: galaxyproject/bioblend
4747
path: bioblend

.github/workflows/build_client.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
outputs:
1212
commit-id: ${{ steps.client-commit.outputs.commit }}
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
with:
1616
path: 'galaxy root'
1717
persist-credentials: false

.github/workflows/build_container_image.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Build container image for GHCR
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
with:
1919
persist-credentials: false
2020
# https://stackoverflow.com/questions/59810838/how-to-get-the-short-sha-for-the-github-workflow
@@ -79,7 +79,7 @@ jobs:
7979
tag: ${{ steps.branch.outputs.name }}
8080
version: ${{ steps.version.outputs.version }}
8181
steps:
82-
- uses: actions/checkout@v5
82+
- uses: actions/checkout@v6
8383
with:
8484
persist-credentials: false
8585
- uses: actions/setup-python@v4
@@ -235,7 +235,7 @@ jobs:
235235
if: startsWith(github.ref, 'refs/tags/')
236236
steps:
237237
- name: Checkout Galaxy Helm chart
238-
uses: actions/checkout@v5
238+
uses: actions/checkout@v6
239239
with:
240240
repository: galaxyproject/galaxy-helm
241241
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/check_test_class_names.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
python-version: ['3.9']
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
with:
2121
persist-credentials: false
2222
- uses: actions/setup-python@v6

.github/workflows/client-unit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
client-unit-test:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
with:
2020
persist-credentials: false
2121
- name: Read Node.js version

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: Checkout repository
43-
uses: actions/checkout@v5
43+
uses: actions/checkout@v6
4444
with:
4545
persist-credentials: false
4646

.github/workflows/converter_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
run: |
3131
echo "GALAXY_CONFIG_OVERRIDE_METADATA_STRATEGY=extended" >> $GITHUB_ENV
3232
echo "GALAXY_CONFIG_OVERRIDE_OUTPUTS_TO_WORKING_DIRECTORY=true" >> $GITHUB_ENV
33-
- uses: actions/checkout@v5
33+
- uses: actions/checkout@v6
3434
with:
3535
path: 'galaxy root'
3636
persist-credentials: false
3737
- name: Clone galaxyproject/galaxy-test-data
38-
uses: actions/checkout@v5
38+
uses: actions/checkout@v6
3939
with:
4040
repository: galaxyproject/galaxy-test-data
4141
path: galaxy-test-data

.github/workflows/cwl_conformance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
ports:
4040
- 5432:5432
4141
steps:
42-
- uses: actions/checkout@v5
42+
- uses: actions/checkout@v6
4343
with:
4444
path: 'galaxy root'
4545
persist-credentials: false

.github/workflows/db_indexes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
ports:
4242
- 5432:5432
4343
steps:
44-
- uses: actions/checkout@v5
44+
- uses: actions/checkout@v6
4545
with:
4646
path: 'galaxy root'
4747
persist-credentials: false

0 commit comments

Comments
 (0)