Skip to content

Commit edfa454

Browse files
version to v4
1 parent af60adb commit edfa454

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
SERVER_PUBLIC_IP: ${{ steps.set-ip.outputs.instance_public_ip}}
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
- name: setup Terraform
23-
uses: hashicorp/setup-terraform@v1
23+
uses: hashicorp/setup-terraform@v2
2424
with:
2525
terraform_wrapper: false
2626
- name: Terraform init

0 commit comments

Comments
 (0)