diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1966aff2..3a0af9c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,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 e62855c1..97bcdb5c 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 }}'; @@ -106,7 +106,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)