Skip to content

Commit

Permalink
Merge pull request #788 from drebes/yaml-yay
Browse files Browse the repository at this point in the history
fix yaml quotes for merge-pr workflow
  • Loading branch information
drebes authored Aug 31, 2022
2 parents 34df6e2 + 4174f2a commit 26b4375
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
- closed

env:
PYTHON_VERSION: 3.10
PYTHON_VERSION: "3.10"

jobs:
if_merged:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 26b4375

Please sign in to comment.