From e623e56a31aa0c09616cb1a36692e8378e486b6e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 9 Apr 2026 23:26:46 +0000 Subject: [PATCH] chore: update workflow template action versions --- adbc_drivers_dev/templates/dev_issues.yaml | 2 +- adbc_drivers_dev/templates/go_test_pr.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: |