From 3850c124768311db0654db88b7fd11eba074e4fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 20:21:30 +0000 Subject: [PATCH] Bump technote-space/release-github-actions from 8.0.2 to 8.0.3 Bumps [technote-space/release-github-actions](https://github.com/technote-space/release-github-actions) from 8.0.2 to 8.0.3. - [Release notes](https://github.com/technote-space/release-github-actions/releases) - [Changelog](https://github.com/technote-space/release-github-actions/blob/main/.releasegarc) - [Commits](https://github.com/technote-space/release-github-actions/compare/v8.0.2...v8.0.3) --- updated-dependencies: - dependency-name: technote-space/release-github-actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-action.yml b/.github/workflows/release-action.yml index 1657c01..8119724 100644 --- a/.github/workflows/release-action.yml +++ b/.github/workflows/release-action.yml @@ -6,4 +6,4 @@ jobs: name: Release GitHub Actions runs-on: ubuntu-latest steps: - - uses: technote-space/release-github-actions@v8.0.2 \ No newline at end of file + - uses: technote-space/release-github-actions@v8.0.3 \ No newline at end of file