From 2c04d6b59558dd2c0d7336b3a26ab87eb56cad7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 23:59:36 +0900 Subject: [PATCH] ci: bump peaceiris/workflows from 0.16.0 to 0.17.1 (#789) 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 e8fe44865..a2a1344ac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,6 @@ jobs: steps: - uses: actions/checkout@v3 # https://github.com/peaceiris/workflows/blob/main/create-release-npm/action.yml - - uses: peaceiris/workflows/create-release-npm@v0.16.0 + - uses: peaceiris/workflows/create-release-npm@v0.17.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}