Merge pull request #107 from kube-hetzner/renovate/actions-checkout-3.x

Update actions/checkout action to v3
This commit is contained in:
Karim Naufal 2022-03-01 22:10:26 +01:00 committed by GitHub
commit 5f2405a9ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup Terraform
uses: hashicorp/setup-terraform@v1
- name: Terraform Format