From ce9830a96891c811296a666646c18162c67d3739 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Mon, 4 Sep 2023 12:25:23 +0000 Subject: [PATCH] Update all dependencies --- .github/workflows/publish-release.yaml | 2 +- .github/workflows/validate-terraform.yaml | 2 +- modules/host/versions.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-release.yaml b/.github/workflows/publish-release.yaml index 20b487f..915d874 100644 --- a/.github/workflows/publish-release.yaml +++ b/.github/workflows/publish-release.yaml @@ -13,7 +13,7 @@ jobs: name: Release runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ncipollo/release-action@v1 with: generateReleaseNotes: true diff --git a/.github/workflows/validate-terraform.yaml b/.github/workflows/validate-terraform.yaml index 270a5d9..6449c51 100644 --- a/.github/workflows/validate-terraform.yaml +++ b/.github/workflows/validate-terraform.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Terraform uses: hashicorp/setup-terraform@v2 - name: Terraform Format diff --git a/modules/host/versions.tf b/modules/host/versions.tf index 8dd88a7..e2be1a8 100644 --- a/modules/host/versions.tf +++ b/modules/host/versions.tf @@ -14,7 +14,7 @@ terraform { } template = { source = "hashicorp/cloudinit" - version = "~> 2.2.0" + version = "~> 2.3.0" } } }