diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 43a6cbd..f7b501b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -56,7 +56,7 @@ jobs: - run: npm install toml@3.0.0 - name: Ensure tag for version bump id: check - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const toml = require('toml')