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 3c926ed commit 8f6f1eeCopy full SHA for 8f6f1ee
.github/workflows/test_build_deploy.yml
@@ -32,7 +32,7 @@ jobs:
32
- run: |
33
gcloud config set project $PROJECT_ID
34
- name: Set up Python ${{ matrix.python-version }}
35
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
36
with:
37
python-version: ${{ matrix.python-version }}
38
- name: Install dependencies
0 commit comments