From da1b4ad62b059ef8dff415673255eeb5b15075ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Jan 2023 23:29:31 +0000 Subject: [PATCH] chore(deps): update peaceiris/workflows action to v0.19.1 (#816) Co-authored-by: renovate[bot] <29139614+renovate[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 6be599a..b62fc03 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.18.1 + - uses: peaceiris/workflows/create-release-npm@v0.19.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}