diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fdc8c1a03..ee53bc110 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -55,7 +55,7 @@ jobs: run: npm version "${{ steps.next.outputs.version }}" --no-git-tag-version - name: Commit and tag using the GitHub API - uses: actions/github-script@v6.4.1 + uses: actions/github-script@v7.0.0 id: commit env: VERSION: ${{ steps.next.outputs.version }} @@ -124,7 +124,7 @@ jobs: return commit.data.sha; - name: Update the refs - uses: actions/github-script@v6.4.1 + uses: actions/github-script@v7.0.0 env: VERSION: ${{ steps.next.outputs.version }} COMMIT: ${{ steps.commit.outputs.result }}