From 463fa442a55ff18248efffb0a5367bd2e0a6eef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 14:33:56 +0000 Subject: [PATCH] chore(deps): bump SwissDataScienceCenter/renku-actions Bumps [SwissDataScienceCenter/renku-actions](https://github.com/swissdatasciencecenter/renku-actions) from 1.9.1 to 1.11.0. - [Release notes](https://github.com/swissdatasciencecenter/renku-actions/releases) - [Commits](https://github.com/swissdatasciencecenter/renku-actions/compare/v1.9.1...v1.11.0) --- updated-dependencies: - dependency-name: SwissDataScienceCenter/renku-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/acceptance-tests.yml | 8 ++++---- .github/workflows/test_deploy.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index b593dfb425..d253addedc 100644 --- a/.github/workflows/acceptance-tests.yml +++ b/.github/workflows/acceptance-tests.yml @@ -32,7 +32,7 @@ jobs: persist: ${{ steps.deploy-comment.outputs.persist}} steps: - id: deploy-comment - uses: SwissDataScienceCenter/renku-actions/check-pr-description@v1.9.1 + uses: SwissDataScienceCenter/renku-actions/check-pr-description@v1.11.0 with: string: /deploy pr_ref: ${{ github.event.number }} @@ -44,7 +44,7 @@ jobs: name: renku-ci-rp-${{ github.event.number }} steps: - name: deploy-pr - uses: SwissDataScienceCenter/renku-actions/deploy-renku@v1.9.1 + uses: SwissDataScienceCenter/renku-actions/deploy-renku@v1.11.0 env: DOCKER_PASSWORD: ${{ secrets.RENKU_DOCKER_PASSWORD }} DOCKER_USERNAME: ${{ secrets.RENKU_DOCKER_USERNAME }} @@ -90,7 +90,7 @@ jobs: if: ${{ github.event.action != 'closed' && needs.check-deploy.outputs.pr-contains-string == 'true' && needs.check-deploy.outputs.test-enabled == 'true' }} needs: [check-deploy, deploy-pr] steps: - - uses: SwissDataScienceCenter/renku-actions/test-renku@v1.9.1 + - uses: SwissDataScienceCenter/renku-actions/test-renku@v1.11.0 with: kubeconfig: ${{ secrets.RENKUBOT_DEV_KUBECONFIG }} renku-release: renku-ci-rp-${{ github.event.number }} @@ -105,7 +105,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: renku teardown - uses: SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments@v1.9.1 + uses: SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments@v1.11.0 env: HELM_RELEASE_REGEX: "^renku-ci-rp-${{ github.event.number }}$" GITLAB_TOKEN: ${{ secrets.DEV_GITLAB_TOKEN }} diff --git a/.github/workflows/test_deploy.yml b/.github/workflows/test_deploy.yml index 17823502f3..fde64090b3 100644 --- a/.github/workflows/test_deploy.yml +++ b/.github/workflows/test_deploy.yml @@ -588,13 +588,13 @@ jobs: echo "GIT_USER=Renku Bot" >> $GITHUB_ENV echo "GIT_EMAIL=renku@datascience.ch" >> $GITHUB_ENV - name: Build and push images - uses: SwissDataScienceCenter/renku-actions/publish-chartpress-images@v1.9.1 + uses: SwissDataScienceCenter/renku-actions/publish-chartpress-images@v1.11.0 env: GITHUB_TOKEN: ${{ secrets.RENKUBOT_GITHUB_TOKEN }} DOCKER_USERNAME: ${{ secrets.RENKU_DOCKER_USERNAME }} DOCKER_PASSWORD: ${{ secrets.RENKU_DOCKER_PASSWORD }} - name: Update component version - uses: SwissDataScienceCenter/renku-actions/update-component-version@v1.9.1 + uses: SwissDataScienceCenter/renku-actions/update-component-version@v1.11.0 env: COMPONENT_NAME: renku-core GITHUB_TOKEN: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}