mirror of
https://github.com/Telecominfraproject/wlan-toolsmith.git
synced 2025-10-28 17:42:24 +00:00
[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:
2
.github/workflows/enforce-jira-issue-key.yml
vendored
2
.github/workflows/enforce-jira-issue-key.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/helmfile.yml
vendored
2
.github/workflows/helmfile.yml
vendored
@@ -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
|
||||
|
||||
6
.github/workflows/terraform-format.yml
vendored
6
.github/workflows/terraform-format.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user