From c34b43ab61fa2f26d068004c7c76d7a0b329829f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 13:02:33 +0000 Subject: [PATCH] Update all non-major dependencies --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/publish-release.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7d6555..62b62d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,7 +102,7 @@ jobs: - name: Create Release Pull Request or Publish Packages if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} - uses: changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc # v1.4.10 + uses: changesets/action@c48e67d110a68bc90ccf1098e9646092baacaa87 # v1.6.0 with: publish: yarn changeset tag env: @@ -119,10 +119,10 @@ jobs: uses: azure/setup-helm@v4 - uses: actions/setup-python@v5 with: - python-version: '3.12' + python-version: '3.14' check-latest: true - name: Set up chart-testing - uses: helm/chart-testing-action@v2.6.1 + uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0 - name: Check if Helm charts updated (run chart-testing list-changed) id: list-changed run: | @@ -136,7 +136,7 @@ jobs: run: ct lint --validate-maintainers=false --target-branch ${{ github.event.repository.default_branch }} - name: Create kind cluster if: steps.list-changed.outputs.changed == 'true' - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0 - name: Prepare k8s cluster if: steps.list-changed.outputs.changed == 'true' run: | diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index eccf84e..96c6f47 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -53,7 +53,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Install Cosign - uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # @v3.7.0 + uses: sigstore/cosign-installer@7e8b541eb2e61bf99390e1afd4be13a184e9ebc5 # v3.10.1 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3