mirror of
https://github.com/Telecominfraproject/wlan-toolsmith.git
synced 2025-10-29 10:02:33 +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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout actions repo
|
- name: Checkout actions repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: Telecominfraproject/.github
|
repository: Telecominfraproject/.github
|
||||||
path: github
|
path: github
|
||||||
|
|||||||
2
.github/workflows/helmfile.yml
vendored
2
.github/workflows/helmfile.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
helmfile:
|
helmfile:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: install helmfile
|
- name: install helmfile
|
||||||
run: |
|
run: |
|
||||||
sudo wget https://github.com/roboll/helmfile/releases/download/v0.139.7/helmfile_linux_amd64 -O /usr/local/bin/helmfile
|
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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Install Terraform
|
- name: Install Terraform
|
||||||
uses: hashicorp/setup-terraform@v1
|
uses: hashicorp/setup-terraform@v2
|
||||||
with:
|
with:
|
||||||
terraform_version: 0.13.5
|
terraform_version: 0.13.5
|
||||||
- name: Terraform format check
|
- 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