From fdd3845cf59ed253f92b95609c6baaa970ad2271 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 00:07:54 +0300 Subject: [PATCH] chore(deps): update actions/github-script action to v5.2.0 (#6) Signed-off-by: Renovate Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/new-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/new-release.yml b/.github/workflows/new-release.yml index a63d625..05f764c 100644 --- a/.github/workflows/new-release.yml +++ b/.github/workflows/new-release.yml @@ -38,7 +38,7 @@ jobs: - name: Create release if: env.DAILY_VERSION_CREATED - uses: actions/github-script@v5.0.0 + uses: actions/github-script@v5.2.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |