Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pst committed Sep 10, 2023
1 parent 052c0a0 commit 1dc0b2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- "!*" # do not run for tags

env:
TERRAFORM_VERSION: "1.3.4"
TERRAFORM_VERSION: "1.5.7"

jobs:
#
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:

# Setup Terraform
- name: Setup Terraform
uses: hashicorp/setup-terraform@v1.3.2
uses: hashicorp/setup-terraform@v2.0.3
with:
terraform_wrapper: false
terraform_version: "${{ env.TERRAFORM_VERSION }}"
Expand All @@ -67,7 +67,7 @@ jobs:

# Setup k3d
- name: Setup k3d
uses: rinx/[email protected].3
uses: rinx/[email protected].4
with:
skipClusterCreation: true

Expand Down

0 comments on commit 1dc0b2c

Please sign in to comment.