[WIFI-11419] Patch workflows with regard to deprecated Github actions commands (#229)

* Upgrade checkout action version

Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org>

* Update setup-terraform action

Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org>

Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org>
This commit is contained in:
Johann Hoffmann
2022-11-24 14:28:48 +01:00
committed by GitHub
parent 7ca3c021f5
commit 57814b6723
3 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout actions repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: Telecominfraproject/.github
path: github

View File

@@ -18,7 +18,7 @@ jobs:
helmfile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: install helmfile
run: |
sudo wget https://github.com/roboll/helmfile/releases/download/v0.139.7/helmfile_linux_amd64 -O /usr/local/bin/helmfile

View File

@@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install Terraform
uses: hashicorp/setup-terraform@v1
uses: hashicorp/setup-terraform@v2
with:
terraform_version: 0.13.5
- name: Terraform format check
run: terraform fmt -check -recursive -diff -no-color
run: terraform fmt -check -recursive -diff -no-color