diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b18894a9772..fac1835ac6e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }} - name: extract tag id: extract_tag - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const prefix = 'refs/tags/'; @@ -55,7 +55,7 @@ jobs: fetch-depth: 0 - name: check package-lock.json version - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const fs = require('fs');