From a1b95374126aaaa0ecdd00c2e99639c828e3ddde Mon Sep 17 00:00:00 2001 From: Platform Engineering Bot Date: Wed, 25 Sep 2024 17:54:31 +0000 Subject: [PATCH] Update all dependencies Signed-off-by: Platform Engineering Bot --- .github/workflows/ci.yml | 2 +- .github/workflows/pre_commit.yml | 2 +- versions.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7bc8cba..a79c943 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: container: image: hashicorp/terraform:${{ matrix.terraform }} steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 - run: terraform init -get -backend=false -input=false - run: terraform fmt -recursive -check=true -write=false - run: terraform validate diff --git a/.github/workflows/pre_commit.yml b/.github/workflows/pre_commit.yml index 48dd379..b0c7848 100644 --- a/.github/workflows/pre_commit.yml +++ b/.github/workflows/pre_commit.yml @@ -10,6 +10,6 @@ jobs: pre_commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1 diff --git a/versions.tf b/versions.tf index d681c87..9d1eba5 100644 --- a/versions.tf +++ b/versions.tf @@ -2,7 +2,7 @@ terraform { required_providers { github = { source = "integrations/github" - version = "6.2.3" + version = "6.3.0" } } }