Skip to content

Commit 5160c5f

Browse files
committed
update terraform runner version
1 parent 961fde2 commit 5160c5f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/terraform.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
jobs:
66
checkfmt:
77
name: Format
8-
runs-on: ubuntu-18.04
8+
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout repository
1111
uses: actions/checkout@v2
@@ -18,7 +18,7 @@ jobs:
1818

1919
validate:
2020
name: Validate
21-
runs-on: ubuntu-18.04
21+
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout repository
2424
uses: actions/checkout@v2
@@ -31,7 +31,7 @@ jobs:
3131

3232
docs:
3333
name: Docs
34-
runs-on: ubuntu-18.04
34+
runs-on: ubuntu-latest
3535
steps:
3636
- name: Checkout repository
3737
uses: actions/checkout@v2
@@ -46,7 +46,7 @@ jobs:
4646

4747
lint:
4848
name: Lint
49-
runs-on: ubuntu-18.04
49+
runs-on: ubuntu-latest
5050
steps:
5151
- name: Checkout repository
5252
uses: actions/checkout@v2

0 commit comments

Comments
 (0)