Skip to content

Commit 466412a

Browse files
authored
deps(java): update actions/github-script action to v5 (#1339)
1 parent ecad57c commit 466412a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

synthtool/gcp/templates/java_library/.github/workflows/approve-readme.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
if: github.repository_owner == 'googleapis' && github.head_ref == 'autosynth-readme'
88
steps:
9-
- uses: actions/github-script@v3
9+
- uses: actions/github-script@v5
1010
with:
1111
github-token: {{ '${{secrets.YOSHI_APPROVER_TOKEN}}' }}
1212
script: |

synthtool/gcp/templates/java_library/.github/workflows/auto-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
if: contains(github.head_ref, 'release-please')
88
steps:
9-
- uses: actions/github-script@v3
9+
- uses: actions/github-script@v5
1010
with:
1111
github-token: {{ '${{secrets.YOSHI_APPROVER_TOKEN}}' }}
1212
debug: true

0 commit comments

Comments
 (0)