From 55ce79d9d1cf9b8e0f7641fab9a6373b13f7147d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 07:51:55 +0300 Subject: [PATCH] chore(deps): update actions/github-script action to v6 (#7) --- .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 05f764c..dce7044 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.2.0 + uses: actions/github-script@v6.4.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |