diff --git a/adbc_drivers_dev/templates/dev_issues.yaml b/adbc_drivers_dev/templates/dev_issues.yaml index d2bf95d..808bc9d 100644 --- a/adbc_drivers_dev/templates/dev_issues.yaml +++ b/adbc_drivers_dev/templates/dev_issues.yaml @@ -40,7 +40,7 @@ jobs: if: github.event.comment.body == 'take' runs-on: ubuntu-slim steps: - - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + - uses: actions/github-script@d746ffe35508b1917358783b479e04febd2b8f71 # v9.0.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/adbc_drivers_dev/templates/go_test_pr.yaml b/adbc_drivers_dev/templates/go_test_pr.yaml index cab2d58..a3f09ff 100644 --- a/adbc_drivers_dev/templates/go_test_pr.yaml +++ b/adbc_drivers_dev/templates/go_test_pr.yaml @@ -105,7 +105,7 @@ jobs: echo message=":x: **Test failed:** " | tee -a $GITHUB_OUTPUT fi - - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + - uses: actions/github-script@d746ffe35508b1917358783b479e04febd2b8f71 # v9.0.0 with: github-token: ${{ github.token }} script: |