From 967af3bc933003cc4f108372ff6d4ea761948519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 13:27:42 +0000 Subject: [PATCH] build(deps): bump open-turo/actions-release from 4 to 5 Bumps [open-turo/actions-release](https://github.com/open-turo/actions-release) from 4 to 5. - [Release notes](https://github.com/open-turo/actions-release/releases) - [Commits](https://github.com/open-turo/actions-release/compare/v4...v5) --- updated-dependencies: - dependency-name: open-turo/actions-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2b0846a..423a69f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -66,7 +66,7 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - uses: open-turo/actions-release/semantic-release@v4 + - uses: open-turo/actions-release/semantic-release@v5 id: semantic-release with: github-token: ${{ secrets.GHA_TOKEN }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ef6b463..9dbf440 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -19,6 +19,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - uses: open-turo/actions-release/semantic-release@v4 + - uses: open-turo/actions-release/semantic-release@v5 with: github-token: ${{ secrets.GHA_TOKEN }}