diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index c25d108..396b70c 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -130,7 +130,7 @@ jobs: - name: Comment on commit (if pushed) if: github.event_name == 'push' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const fs = require('fs'); diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 49f2dc4..8cbb49b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -153,7 +153,7 @@ jobs: fi - name: Create GitHub Release - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const fs = require('fs');