From 40737e192d8ba20d11cb5e49ef4927a6bc67afd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Oct 2021 09:44:58 +0900 Subject: [PATCH] ci: bump peaceiris/workflows from 0.10.0 to 0.11.0 (#659) 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 7d9f00a3d..2fbcf189c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,6 @@ jobs: steps: - uses: actions/checkout@v2.3.4 # https://github.com/peaceiris/workflows/blob/main/create-release-npm/action.yml - - uses: peaceiris/workflows/create-release-npm@v0.10.0 + - uses: peaceiris/workflows/create-release-npm@v0.11.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}