diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fa76805..76d410bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: Repo metadata id: repo - uses: actions/github-script@v6.4.1 + uses: actions/github-script@v7.0.0 with: script: | const repo = await github.rest.repos.get(context.repo) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 508ca154..e42a861f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,7 +76,7 @@ jobs: steps: - name: Recreate tag - uses: actions/github-script@v6.4.1 + uses: actions/github-script@v7.0.0 with: script: | const tag = 'tags/${{ matrix.tag }}'; @@ -97,7 +97,7 @@ jobs: - name: Repo metadata id: repo - uses: actions/github-script@v6.4.1 + uses: actions/github-script@v7.0.0 with: script: | const repo = await github.rest.repos.get(context.repo)