From 03c23b0a4d5d8d9b8f7e80a699b8a3f043e49d3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 06:04:12 +0000 Subject: [PATCH] chore: bump the gh-actions group across 1 directory with 7 updates Bumps the gh-actions group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [SwissDataScienceCenter/renku-actions](https://github.com/swissdatasciencecenter/renku-actions) | `1.16.0` | `1.19.1` | | [actions/checkout](https://github.com/actions/checkout) | `4` | `5` | | [peter-evans/find-comment](https://github.com/peter-evans/find-comment) | `3` | `4` | | [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) | `4` | `5` | | [actions/setup-python](https://github.com/actions/setup-python) | `5` | `6` | | [actions/setup-go](https://github.com/actions/setup-go) | `5` | `6` | | [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) | `0.8.1` | `0.9.1` | Updates `SwissDataScienceCenter/renku-actions` from 1.16.0 to 1.19.1 - [Release notes](https://github.com/swissdatasciencecenter/renku-actions/releases) - [Commits](https://github.com/swissdatasciencecenter/renku-actions/compare/v1.16.0...v1.19.1) Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) Updates `peter-evans/find-comment` from 3 to 4 - [Release notes](https://github.com/peter-evans/find-comment/releases) - [Commits](https://github.com/peter-evans/find-comment/compare/v3...v4) Updates `peter-evans/create-or-update-comment` from 4 to 5 - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v4...v5) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) Updates `actions/setup-go` from 5 to 6 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v5...v6) Updates `prefix-dev/setup-pixi` from 0.8.1 to 0.9.1 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](https://github.com/prefix-dev/setup-pixi/compare/v0.8.1...v0.9.1) --- updated-dependencies: - dependency-name: SwissDataScienceCenter/renku-actions dependency-version: 1.19.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: peter-evans/find-comment dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: peter-evans/create-or-update-comment dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: prefix-dev/setup-pixi dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/acceptance-tests.yml | 20 ++++++++++---------- .github/workflows/ci.yml | 26 +++++++++++++------------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index 2effee4f..24d5a3e4 100644 --- a/.github/workflows/acceptance-tests.yml +++ b/.github/workflows/acceptance-tests.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Check PR description id: deploy-comment - uses: SwissDataScienceCenter/renku-actions/check-pr-description@v1.19.0 + uses: SwissDataScienceCenter/renku-actions/check-pr-description@v1.19.1 with: pr_ref: ${{ github.event.number }} @@ -54,14 +54,14 @@ jobs: # url: https://renku-ci-nb-${{ github.event.number }}.dev.renku.ch steps: - name: Checkout renku repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: SwissDataScienceCenter/renku sparse-checkout: | minimal-deployment - name: Find deplyoment url - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@v4 id: deploymentUrlMessage with: issue-number: ${{ github.event.pull_request.number }} @@ -70,7 +70,7 @@ jobs: - name: Create comment deployment url if: steps.deploymentUrlMessage.outputs.comment-id == 0 - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: token: ${{ secrets.RENKUBOT_GITHUB_TOKEN }} issue-number: ${{ github.event.pull_request.number }} @@ -99,7 +99,7 @@ jobs: echo "KUBECONFIG=${KUBECONFIG}" >> "$GITHUB_ENV" - name: Build and deploy - uses: SwissDataScienceCenter/renku-actions/deploy-renku@v1.19.0 + uses: SwissDataScienceCenter/renku-actions/deploy-renku@v1.19.1 env: DOCKER_PASSWORD: ${{ secrets.RENKU_DOCKER_PASSWORD }} DOCKER_USERNAME: ${{ secrets.RENKU_DOCKER_USERNAME }} @@ -140,7 +140,7 @@ jobs: steps: - name: Extract Renku repository reference run: echo "RENKU_REFERENCE=`echo '${{ needs.check-deploy.outputs.renku }}' | cut -d'@' -f2`" >> $GITHUB_ENV - - uses: SwissDataScienceCenter/renku-actions/test-renku-cypress@v1.19.0 + - uses: SwissDataScienceCenter/renku-actions/test-renku-cypress@v1.19.1 with: e2e-target: ${{ matrix.tests }} renku-reference: ${{ env.RENKU_REFERENCE }} @@ -166,7 +166,7 @@ jobs: steps: - name: Extract Renku repository reference run: echo "RENKU_REFERENCE=`echo '${{ needs.check-deploy.outputs.renku }}' | cut -d'@' -f2`" >> $GITHUB_ENV - - uses: SwissDataScienceCenter/renku-actions/test-renku-cypress@v1.19.0 + - uses: SwissDataScienceCenter/renku-actions/test-renku-cypress@v1.19.1 with: e2e-folder: cypress/e2e/v2/ e2e-target: ${{ matrix.tests }} @@ -184,7 +184,7 @@ jobs: id-token: write steps: - name: Find deplyoment url - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@v4 id: deploymentUrlMessage with: issue-number: ${{ github.event.pull_request.number }} @@ -193,7 +193,7 @@ jobs: - name: Create comment deployment url if: steps.deploymentUrlMessage.outputs.comment-id == 0 - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: token: ${{ secrets.RENKUBOT_GITHUB_TOKEN }} issue-number: ${{ github.event.pull_request.number }} @@ -222,7 +222,7 @@ jobs: echo "KUBECONFIG=${KUBECONFIG}" >> "$GITHUB_ENV" - name: Renku teardown - uses: SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments@v1.19.0 + uses: SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments@v1.19.1 env: HELM_RELEASE_REGEX: "^renku-ci-nb-${{ github.event.number }}$" GITLAB_TOKEN: ${{ secrets.DEV_GITLAB_TOKEN }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b7450f8..7d980351 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,12 +9,12 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install poetry run: | curl -sSL https://install.python-poetry.org | python3 - - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' cache: poetry @@ -29,8 +29,8 @@ jobs: test-git-proxy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: actions/setup-go@v5 + - uses: actions/checkout@v5 + - uses: actions/setup-go@v6 with: go-version: '>=1.18.0' - name: Test git proxy @@ -41,9 +41,9 @@ jobs: test-liveness-detector: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install Pixi - uses: prefix-dev/setup-pixi@v0.8.1 + uses: prefix-dev/setup-pixi@v0.9.1 with: pixi-version: v0.24.2 manifest-path: ./liveness-detector/pyproject.toml @@ -57,12 +57,12 @@ jobs: test-git-services: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install poetry run: | curl -sSL https://install.python-poetry.org | python3 - - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' cache: poetry @@ -78,12 +78,12 @@ jobs: test-secrets-mount: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install poetry run: | curl -sSL https://install.python-poetry.org | python3 - - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.12' cache: poetry @@ -105,7 +105,7 @@ jobs: - test-git-services if: "startsWith(github.ref, 'refs/tags/')" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: set up environment variables @@ -113,12 +113,12 @@ jobs: echo "GIT_USER=Renku Bot" >> $GITHUB_ENV echo "GIT_EMAIL=renku@datascience.ch" >> $GITHUB_ENV - name: Push images - uses: SwissDataScienceCenter/renku-actions/publish-chartpress-images@v1.16.0 + uses: SwissDataScienceCenter/renku-actions/publish-chartpress-images@v1.19.1 env: DOCKER_USERNAME: ${{ secrets.RENKU_DOCKER_USERNAME }} DOCKER_PASSWORD: ${{ secrets.RENKU_DOCKER_PASSWORD }} - name: Update component version - uses: SwissDataScienceCenter/renku-actions/update-component-version@v1.16.0 + uses: SwissDataScienceCenter/renku-actions/update-component-version@v1.19.1 env: COMPONENT_NAME: renku-notebooks GITHUB_TOKEN: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}