Skip to content

Commit e26dde1

Browse files
authored
Merge pull request #268 from umccr/feat/c4gh-all-storage
feat: add C4GHStorage on Url and S3 storage backends
2 parents a34e332 + 7aa2fe5 commit e26dde1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+832
-546
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
os: [ubuntu-latest]
2121
steps:
2222
- name: Cache
23-
uses: mozilla-actions/[email protected].3
23+
uses: mozilla-actions/[email protected].5
2424
- name: Check out
2525
uses: actions/checkout@v4
2626
- name: Install Rust

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
username: ${{ github.actor }}
3333
password: ${{ secrets.GITHUB_TOKEN }}
3434
- name: Docker GitHub release
35-
uses: docker/build-push-action@v5
35+
uses: docker/build-push-action@v6
3636
with:
3737
context: .
3838
file: deploy/Dockerfile

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
os: [ubuntu-latest]
2121
steps:
2222
- name: Cache
23-
uses: mozilla-actions/[email protected].3
23+
uses: mozilla-actions/[email protected].5
2424
- name: Check out
2525
uses: actions/checkout@v4
2626
- name: Install Rust

0 commit comments

Comments
 (0)