We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7372482 commit af60adbCopy full SHA for af60adb
.github/workflows/deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
SERVER_PUBLIC_IP: ${{ steps.set-ip.outputs.instance_public_ip}}
19
steps:
20
- name: Checkout
21
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
22
- name: setup Terraform
23
uses: hashicorp/setup-terraform@v1
24
with:
0 commit comments