We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 619985e commit d35c1e6Copy full SHA for d35c1e6
.github/workflows/main.yml
@@ -83,7 +83,7 @@ jobs:
83
working-directory: ./scripts
84
85
- name: Create PR
86
- uses: actions/github-script@v6.3.0
+ uses: actions/github-script@v6.3.1
87
with:
88
github-token: ${{secrets.YOSHI_CODE_BOT_TOKEN}}
89
script: |
samples/compute/requirements.txt
@@ -1,3 +1,3 @@
1
-google-api-python-client==2.62.0
2
-google-auth==2.11.1
+google-api-python-client==2.63.0
+google-auth==2.12.0
3
google-auth-httplib2==0.1.0
0 commit comments