Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/create-documentation-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
path: openpipelines

- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
repository: openpipelines-bio/website
path: website
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
dest_paths: ${{ steps.cache.outputs.dest_paths }}

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0

Expand All @@ -55,7 +55,7 @@ jobs:
component: ${{ fromJson(needs.build.outputs.workflow_matrix) }}

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0

Expand All @@ -66,7 +66,7 @@ jobs:
run: |
git config --global core.symlinks true

- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: 'integration_build'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
echo "checkout_branch=$DEPLOY_BRANCH" >> "$GITHUB_OUTPUT"
fi

- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: ${{ steps.get_checkout_branch.outputs.checkout_branch }}
fetch-depth: 0
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
# Remove unnecessary files to free up space. Otherwise, we get 'no space left on device.'
- uses: data-intuitive/reclaim-the-bytes@v2

- uses: actions/checkout@v5
- uses: actions/checkout@v6

- uses: viash-io/viash-actions/setup@v6

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
dest_paths: ${{ steps.cache.outputs.dest_paths }}

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: viash-io/viash-actions/project/sync-and-cache@v6
Expand All @@ -54,7 +54,7 @@ jobs:
run: |
git config --global core.symlinks true

- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: 'release'

Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
# Remove unnecessary files to free up space. Otherwise, we get 'no space left on device.'
- uses: data-intuitive/reclaim-the-bytes@v2

- uses: actions/checkout@v5
- uses: actions/checkout@v6

- uses: viash-io/viash-actions/setup@v6

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/viash-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Install Python
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
dest_paths: ${{ steps.cache.outputs.dest_paths }}

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
# Remove unnecessary files to free up space. Otherwise, we get 'no space left on device.'
- uses: data-intuitive/reclaim-the-bytes@v2

- uses: actions/checkout@v5
- uses: actions/checkout@v6

- uses: viash-io/viash-actions/setup@v6
- uses: viash-io/viash-actions/project/update-docker-engine@v6
Expand Down
Loading