From 85d22b21722ca8ac4ccb09d4d32e3b5771a7e48b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 06:36:33 +0000 Subject: [PATCH] build(deps): bump stefanprodan/timoni in the actions group Bumps the actions group with 1 update: [stefanprodan/timoni](https://github.com/stefanprodan/timoni). Updates `stefanprodan/timoni` from 0.25.0 to 0.25.1 - [Release notes](https://github.com/stefanprodan/timoni/releases) - [Changelog](https://github.com/stefanprodan/timoni/blob/main/.goreleaser.yml) - [Commits](https://github.com/stefanprodan/timoni/compare/v0.25.0...v0.25.1) --- updated-dependencies: - dependency-name: stefanprodan/timoni dependency-version: 0.25.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 611a775..ee7f5a3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v4 - uses: sigstore/cosign-installer@v3 - uses: fluxcd/flux2/action@v2.6.1 - - uses: stefanprodan/timoni/actions/setup@v0.25.0 + - uses: stefanprodan/timoni/actions/setup@v0.25.1 - name: Setup Notation CLI uses: notaryproject/notation-action/setup@v1 with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cbe5b19..21813d2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,7 +39,7 @@ jobs: - name: Setup CUE uses: cue-lang/setup-cue@v1.0.1 - name: Setup Timoni - uses: stefanprodan/timoni/actions/setup@v0.25.0 + uses: stefanprodan/timoni/actions/setup@v0.25.1 - name: Run unit tests run: make test - name: Validate Helm chart