diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d0328b..9976930 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -350,7 +350,7 @@ jobs: sep-tags: ${{ matrix.sep }} - name: Tags - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | console.log(`${{ steps.meta.outputs.tags }}`);