From f79816d55a6d65728dadfff75e98f1cc347abdf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 19:08:52 +0000 Subject: [PATCH] Bump technote-space/release-github-actions from 8.0.1 to 8.0.2 Bumps [technote-space/release-github-actions](https://github.com/technote-space/release-github-actions) from 8.0.1 to 8.0.2. - [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.1...v8.0.2) --- 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 f0e3f84..1657c01 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.1 \ No newline at end of file + - uses: technote-space/release-github-actions@v8.0.2 \ No newline at end of file