From e83870d08e5cfe78808e01658d045861d109efda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 19:09:18 +1000 Subject: [PATCH 1/2] rbeucher Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Changelog](https://github.com/appleboy/ssh-action/blob/master/.goreleaser.yaml) - [Commits](https://github.com/appleboy/ssh-action/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 0c7d1cc0..8e56471f 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Run end-to-end tests - uses: appleboy/ssh-action@v1.1.0 + uses: appleboy/ssh-action@v1.2.0 with: host: gadi.nci.org.au username: ${{secrets.GADI_USER}} From cc83b35f2a12cca1b83f971d7ead949b5fa2e32d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 19:19:10 +1000 Subject: [PATCH 2/2] rbeucher Bumps [uibcdf/action-build-and-upload-conda-packages](https://github.com/uibcdf/action-build-and-upload-conda-packages) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/uibcdf/action-build-and-upload-conda-packages/releases) - [Commits](https://github.com/uibcdf/action-build-and-upload-conda-packages/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: uibcdf/action-build-and-upload-conda-packages dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Romain Beucher --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 01dc8e22..73877d71 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -52,7 +52,7 @@ jobs: show-channel-urls: true - name: Build and upload the conda package - uses: uibcdf/action-build-and-upload-conda-packages@v1.3.0 + uses: uibcdf/action-build-and-upload-conda-packages@v1.4.0 with: meta_yaml_dir: .conda python-version: 3.11