Update all dependencies
This commit is contained in:
parent
9479d68626
commit
ce9830a968
2
.github/workflows/publish-release.yaml
vendored
2
.github/workflows/publish-release.yaml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
name: Release
|
name: Release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- uses: ncipollo/release-action@v1
|
- uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
generateReleaseNotes: true
|
generateReleaseNotes: true
|
||||||
|
2
.github/workflows/validate-terraform.yaml
vendored
2
.github/workflows/validate-terraform.yaml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Setup Terraform
|
- name: Setup Terraform
|
||||||
uses: hashicorp/setup-terraform@v2
|
uses: hashicorp/setup-terraform@v2
|
||||||
- name: Terraform Format
|
- name: Terraform Format
|
||||||
|
@ -14,7 +14,7 @@ terraform {
|
|||||||
}
|
}
|
||||||
template = {
|
template = {
|
||||||
source = "hashicorp/cloudinit"
|
source = "hashicorp/cloudinit"
|
||||||
version = "~> 2.2.0"
|
version = "~> 2.3.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user