[go: up one dir, main page]

Skip to content

Commit

Permalink
upgrading Terramate Action to V2 (#10)
Browse files Browse the repository at this point in the history
Upgrading Terramate Action from V1 to V2.
  • Loading branch information
soerenmartius authored May 8, 2024
2 parents a2302d2 + 99bec57 commit ca42b53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
### Install tooling

- name: Install Terramate
uses: terramate-io/terramate-action@v1
uses: terramate-io/terramate-action@v2

- name: Install asdf
uses: asdf-vm/actions/setup@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/drift-detection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
### Install tooling

- name: Install Terramate
uses: terramate-io/terramate-action@v1
uses: terramate-io/terramate-action@v2

- name: Install asdf
uses: asdf-vm/actions/setup@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
### Install tooling

- name: Install Terramate
uses: terramate-io/terramate-action@v1
uses: terramate-io/terramate-action@v2

- name: Install asdf
uses: asdf-vm/actions/setup@v3
Expand Down

0 comments on commit ca42b53

Please sign in to comment.