From 890b825bd32163ad61d0655b9b18cb86ed5c33be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 12:01:09 +0000 Subject: [PATCH] ci: bump peaceiris/workflows from 0.17.1 to 0.17.2 Bumps [peaceiris/workflows](https://github.com/peaceiris/workflows) from 0.17.1 to 0.17.2. - [Release notes](https://github.com/peaceiris/workflows/releases) - [Commits](https://github.com/peaceiris/workflows/compare/v0.17.1...v0.17.2) --- updated-dependencies: - dependency-name: peaceiris/workflows dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 a2a1344ac..830bbe261 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.17.1 + - uses: peaceiris/workflows/create-release-npm@v0.17.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}