Skip to content

Commit f21c647

Browse files
authored
remove minor and patch versions from actions
1 parent d0e179c commit f21c647

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ runs:
4141
using: "composite"
4242
steps:
4343
- name: setup Terraform
44-
uses: hashicorp/setup-terraform@v3.1.1
44+
uses: hashicorp/setup-terraform@v3
4545
with:
4646
terraform_version: ${{ inputs.terraform-version }}
4747

@@ -112,7 +112,7 @@ runs:
112112

113113
- name: Save Artifact
114114
id: save-artifact
115-
uses: actions/upload-artifact@v4.3.6
115+
uses: actions/upload-artifact@v4
116116
with:
117117
name: pr-${{ github.event.pull_request.number }}-tfplan
118118
path: ${{ github.workspace }}/${{ inputs.working-directory }}/tfplan

0 commit comments

Comments
 (0)