Skip to content

Commit c95e9af

Browse files
authored
Update README (#76)
1 parent 7137afe commit c95e9af

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ steps:
5757
- uses: hashicorp/setup-terraform@v2
5858

5959
- name: Setup atmos
60-
uses: cloudposse/github-action-setup-atmos@v1
60+
uses: cloudposse/github-action-setup-atmos@v2
6161
````
6262

6363
To install a specific version of atmos, set the `version` input:
@@ -67,7 +67,7 @@ steps:
6767
- uses: hashicorp/setup-terraform@v2
6868
6969
- name: Setup atmos
70-
uses: cloudposse/github-action-setup-atmos@v1
70+
uses: cloudposse/github-action-setup-atmos@v2
7171
with:
7272
version: 0.15.0
7373
````
@@ -79,7 +79,7 @@ steps:
7979
- uses: hashicorp/setup-terraform@v2
8080
8181
- name: Setup atmos
82-
uses: cloudposse/github-action-setup-atmos@v1
82+
uses: cloudposse/github-action-setup-atmos@v2
8383
with:
8484
install-wrapper: false
8585
````
@@ -92,7 +92,7 @@ steps:
9292
- uses: hashicorp/setup-terraform@v2
9393
9494
- name: Setup atmos
95-
uses: cloudposse/github-action-setup-atmos@v1
95+
uses: cloudposse/github-action-setup-atmos@v2
9696
with:
9797
install-wrapper: true
9898

README.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ usage: |-
5555
- uses: hashicorp/setup-terraform@v2
5656
5757
- name: Setup atmos
58-
uses: cloudposse/github-action-setup-atmos@v1
58+
uses: cloudposse/github-action-setup-atmos@v2
5959
````
6060
6161
To install a specific version of atmos, set the `version` input:
@@ -65,7 +65,7 @@ usage: |-
6565
- uses: hashicorp/setup-terraform@v2
6666
6767
- name: Setup atmos
68-
uses: cloudposse/github-action-setup-atmos@v1
68+
uses: cloudposse/github-action-setup-atmos@v2
6969
with:
7070
version: 0.15.0
7171
````
@@ -77,7 +77,7 @@ usage: |-
7777
- uses: hashicorp/setup-terraform@v2
7878
7979
- name: Setup atmos
80-
uses: cloudposse/github-action-setup-atmos@v1
80+
uses: cloudposse/github-action-setup-atmos@v2
8181
with:
8282
install-wrapper: false
8383
````
@@ -90,7 +90,7 @@ usage: |-
9090
- uses: hashicorp/setup-terraform@v2
9191
9292
- name: Setup atmos
93-
uses: cloudposse/github-action-setup-atmos@v1
93+
uses: cloudposse/github-action-setup-atmos@v2
9494
with:
9595
install-wrapper: true
9696

0 commit comments

Comments
 (0)