From 77e2f860b66676c6d864c2bca7a896c1a97c5871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 04:14:10 +0000 Subject: [PATCH] build(deps): Bump the github-actions-dependencies group across 1 directory with 2 updates Bumps the github-actions-dependencies group with 2 updates in the / directory: [WyriHaximus/github-action-get-previous-tag](https://github.com/wyrihaximus/github-action-get-previous-tag) and [tj-actions/changed-files](https://github.com/tj-actions/changed-files). Updates `WyriHaximus/github-action-get-previous-tag` from 1.4.0 to 2.0.0 - [Release notes](https://github.com/wyrihaximus/github-action-get-previous-tag/releases) - [Commits](https://github.com/wyrihaximus/github-action-get-previous-tag/compare/04e8485ecb6487243907e330d522ff60f02283ce...61819f33034117e6c686e6a31dba995a85afc9de) Updates `tj-actions/changed-files` from 47.0.1 to 47.0.2 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/e0021407031f5be11a464abee9a0776171c79891...8cba46e29c11878d930bca7870bb54394d3e8b21) --- updated-dependencies: - dependency-name: WyriHaximus/github-action-get-previous-tag dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: tj-actions/changed-files dependency-version: 47.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-chart.yml | 2 +- .github/workflows/release-actions.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-chart.yml b/.github/workflows/deploy-chart.yml index 020bd50..ecd7caf 100644 --- a/.github/workflows/deploy-chart.yml +++ b/.github/workflows/deploy-chart.yml @@ -170,7 +170,7 @@ jobs: - id: get-previous-tag if: inputs.tag == '' - uses: WyriHaximus/github-action-get-previous-tag@04e8485ecb6487243907e330d522ff60f02283ce # v1.4.0 + uses: WyriHaximus/github-action-get-previous-tag@61819f33034117e6c686e6a31dba995a85afc9de # v2.0.0 with: fallback: 0.0.0 diff --git a/.github/workflows/release-actions.yml b/.github/workflows/release-actions.yml index 18c3730..fe32a54 100644 --- a/.github/workflows/release-actions.yml +++ b/.github/workflows/release-actions.yml @@ -173,7 +173,7 @@ jobs: - id: changed-files if: ${{ inputs.update-all == false && (steps.get-documentation-files.outputs.paths || steps.get-manifest-files.outputs.paths) }} - uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 # v47.0.1 + uses: tj-actions/changed-files@8cba46e29c11878d930bca7870bb54394d3e8b21 # v47.0.2 with: files: | ${{ steps.get-documentation-files.outputs.paths }}