From 0e6d9dd1376ddfb87999a034f756fa09479f848d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 09:00:42 +0000 Subject: [PATCH] chore(deps): bump the github-actions-dependencies group across 4 directories with 4 updates Bumps the github-actions-dependencies group with 2 updates in the / directory: [hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml](https://github.com/hoverkraft-tech/ci-github-common) and [hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml](https://github.com/hoverkraft-tech/ci-github-publish). Bumps the github-actions-dependencies group with 1 update in the /actions/docker/build-image directory: [actions/cache](https://github.com/actions/cache). Bumps the github-actions-dependencies group with 1 update in the /actions/helm/generate-docs directory: [actions/cache](https://github.com/actions/cache). Bumps the github-actions-dependencies group with 1 update in the /actions/helm/release-chart directory: [mikefarah/yq](https://github.com/mikefarah/yq). Updates `hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml` from 0.31.3 to 0.31.4 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](https://github.com/hoverkraft-tech/ci-github-common/compare/5ac504609f6ef35c5ac94bd8199063aa32104721...666b7b6eb000db3e8614647871fa60c9f1eb7179) Updates `hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml` from 0.18.0 to 0.18.1 - [Release notes](https://github.com/hoverkraft-tech/ci-github-publish/releases) - [Commits](https://github.com/hoverkraft-tech/ci-github-publish/compare/44e0f1bacebf3711bf90895fc45d815e9fe582e8...daee4406a47682bd2adf0822c12f1d46338d7da1) Updates `actions/cache` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/a7833574556fa59680c1b7cb190c1735db73ebf0...9255dc7a253b0ccc959486e2bca901246202afeb) Updates `actions/cache` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/a7833574556fa59680c1b7cb190c1735db73ebf0...9255dc7a253b0ccc959486e2bca901246202afeb) Updates `mikefarah/yq` from 4.49.2 to 4.50.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/7ccaf8e700ce99eb3f0f6cef7f5930a0b3c827cd...065b200af9851db0d5132f50bc10b1406ea5c0a8) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml dependency-version: 0.31.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml dependency-version: 0.18.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: mikefarah/yq dependency-version: 4.50.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/__greetings.yml | 2 +- .github/workflows/__main-ci.yml | 2 +- actions/docker/build-image/action.yml | 2 +- actions/helm/generate-docs/action.yml | 4 ++-- actions/helm/release-chart/action.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/__greetings.yml b/.github/workflows/__greetings.yml index 51345973..17f17f55 100644 --- a/.github/workflows/__greetings.yml +++ b/.github/workflows/__greetings.yml @@ -10,7 +10,7 @@ permissions: {} jobs: greetings: - uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3 + uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4 permissions: contents: read issues: write diff --git a/.github/workflows/__main-ci.yml b/.github/workflows/__main-ci.yml index ffdb4dc6..e06ec19e 100644 --- a/.github/workflows/__main-ci.yml +++ b/.github/workflows/__main-ci.yml @@ -83,7 +83,7 @@ jobs: release: needs: ci if: github.event_name != 'schedule' - uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@44e0f1bacebf3711bf90895fc45d815e9fe582e8 # 0.18.0 + uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@daee4406a47682bd2adf0822c12f1d46338d7da1 # 0.18.1 permissions: contents: read with: diff --git a/actions/docker/build-image/action.yml b/actions/docker/build-image/action.yml index b97eb0a9..bfb60644 100644 --- a/actions/docker/build-image/action.yml +++ b/actions/docker/build-image/action.yml @@ -283,7 +283,7 @@ runs: core.setOutput('cache-from', transformedCacheFrom); core.setOutput('cache-to', transformedCacheTo); - - uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0 + - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 id: cache with: path: cache-mount diff --git a/actions/helm/generate-docs/action.yml b/actions/helm/generate-docs/action.yml index 75c9e739..c4cb9132 100644 --- a/actions/helm/generate-docs/action.yml +++ b/actions/helm/generate-docs/action.yml @@ -148,7 +148,7 @@ runs: - name: Cache textlint id: cache-textlint - uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: ${{ steps.prepare-variables.outputs.textlint-cache-path }} key: ${{ runner.os }}-textlint-${{ hashFiles(steps.prepare-variables.outputs.textlint-config-path) }} @@ -194,7 +194,7 @@ runs: - name: Cache prettier id: cache-prettier - uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: ${{ steps.prepare-variables.outputs.prettier-cache-path }} key: ${{ runner.os }}-prettier diff --git a/actions/helm/release-chart/action.yml b/actions/helm/release-chart/action.yml index 712f2730..b705ed02 100644 --- a/actions/helm/release-chart/action.yml +++ b/actions/helm/release-chart/action.yml @@ -182,7 +182,7 @@ runs: core.setOutput('yq-command', yqCommands.join('\n')); - - uses: mikefarah/yq@7ccaf8e700ce99eb3f0f6cef7f5930a0b3c827cd # v4.49.2 + - uses: mikefarah/yq@065b200af9851db0d5132f50bc10b1406ea5c0a8 # v4.50.1 with: cmd: | ${{ steps.chart-values-updates.outputs.yq-command }}