From 852bfb8e83b69c069a13f9bb310bb408886ad987 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Dec 2020 14:50:21 +0900 Subject: [PATCH] ci: bump peaceiris/workflows from v0.7.0 to v0.8.1 (#555) Bumps [peaceiris/workflows](https://github.com/peaceiris/workflows) from v0.7.0 to v0.8.1. - [Release notes](https://github.com/peaceiris/workflows/releases) - [Commits](https://github.com/peaceiris/workflows/compare/v0.7.0...c5f4695d45956fa26dd97690a03406cbc1c8f510) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 42f9153..a2541e1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,6 @@ jobs: steps: - uses: actions/checkout@v2 # https://github.com/peaceiris/workflows/blob/main/create-release-npm/action.yml - - uses: peaceiris/workflows/create-release-npm@v0.7.0 + - uses: peaceiris/workflows/create-release-npm@v0.8.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}