Merge pull request #788 from drebes/yaml-yay

fix yaml quotes for merge-pr workflow
This commit is contained in:
Roberto Jung Drebes 2022-08-31 15:47:32 +02:00 committed by GitHub
commit 26b4375fae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.9"
python-version: "3.10"
- name: Set up Terraform
uses: hashicorp/setup-terraform@v1

View File

@ -22,7 +22,7 @@ on:
- closed
env:
PYTHON_VERSION: 3.10
PYTHON_VERSION: "3.10"
jobs:
if_merged:

View File

@ -44,7 +44,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.16
go-version: "1.16"
- name: "Update all module names"
run: |

View File

@ -28,7 +28,7 @@ on:
env:
GOOGLE_APPLICATION_CREDENTIALS: "/home/runner/credentials.json"
PYTEST_ADDOPTS: "--color=yes"
PYTHON_VERSION: 3.9
PYTHON_VERSION: "3.10"
TF_PLUGIN_CACHE_DIR: "/home/runner/.terraform.d/plugin-cache"
TF_VERSION: 1.1.8