From 5919da4a4e9b76e117ea62e405173904b9fea566 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 09:44:40 +0000 Subject: [PATCH] Bump frenck/action-setup-cas from 0.1.0 to 0.1.1 Bumps [frenck/action-setup-cas](https://github.com/frenck/action-setup-cas) from 0.1.0 to 0.1.1. - [Release notes](https://github.com/frenck/action-setup-cas/releases) - [Commits](https://github.com/frenck/action-setup-cas/compare/v0.1.0...v0.1.1) --- updated-dependencies: - dependency-name: frenck/action-setup-cas dependency-version: 0.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/addon-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/addon-deploy.yaml b/.github/workflows/addon-deploy.yaml index 20d05fe..bd2a263 100644 --- a/.github/workflows/addon-deploy.yaml +++ b/.github/workflows/addon-deploy.yaml @@ -96,7 +96,7 @@ jobs: - name: 🏗 Set up Docker Buildx uses: docker/setup-buildx-action@v2.2.1 - name: 🏗 Set up Codenotary Community Attestation Service (CAS) - uses: frenck/action-setup-cas@v0.1.0 + uses: frenck/action-setup-cas@v0.1.1 - name: â„šī¸ Compose build flags id: flags run: |