From 4905d6fd3c9ca468128eedc132017864ede37b14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 12:55:57 +0000 Subject: [PATCH] chore(deps): bump mikefarah/yq from 4.47.1 to 4.48.1 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.47.1 to 4.48.1. - [Release notes](https://github.com/mikefarah/yq/releases) - [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt) - [Commits](https://github.com/mikefarah/yq/compare/f03c9dc599c37bfcaf533427211d05e51e6fee64...0ecdce24e83f0fa127940334be98c86b07b0c488) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-version: 4.48.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 94f2d66..02034d0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -133,7 +133,7 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Update app digest - uses: mikefarah/yq@f03c9dc599c37bfcaf533427211d05e51e6fee64 # v4.47.1 + uses: mikefarah/yq@0ecdce24e83f0fa127940334be98c86b07b0c488 # v4.48.1 env: IMAGE_DIGEST: ${{ needs.build-and-push-app.outputs.digest }} with: