We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb7432a commit d0e943aCopy full SHA for d0e943a
.github/workflows/codegen.yaml
@@ -10,7 +10,7 @@ jobs:
10
uses: googleapis/discovery-artifact-manager/.github/workflows/list-services.yml@master
11
12
generate:
13
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
14
needs: discovery
15
strategy:
16
fail-fast: false
@@ -28,7 +28,7 @@ jobs:
28
repository: googleapis/discovery-artifact-manager
29
fetch-depth: 1
30
path: discovery-artifact-manager
31
- - uses: actions/setup-python@v2
+ - uses: actions/setup-python@v4
32
with:
33
python-version: 2.7.18
34
- run: ./google-api-java-client-services/.github/workflows/generate.sh ${{ matrix.service }}
0 commit comments