From 908f63124d0f1320548c1cf5b58e517c2713ae1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 07:13:33 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: labd/changie-release-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index bb185b5..d6366cc 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -54,7 +54,7 @@ jobs: fetch-depth: 0 - name: Prepare release - uses: labd/changie-release-action@v0.3.1 + uses: labd/changie-release-action@v0.3.2 with: github-token: ${{ secrets.GITHUB_TOKEN }} release-workflow: 'release.yaml'