From aedde08643ee4eccd8834023fa1832c7aa9aeec0 Mon Sep 17 00:00:00 2001 From: null Date: Mon, 18 Sep 2023 01:10:34 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/workflows/ci.yml | 2 +- .pre-commit-config.yaml | 4 ++-- infra/modules/artifactory/main.tf | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 680187e..bc8d929 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: terragrunt_version: 0.43.0 - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@50ac8dd1e1b10d09dac7b8727528b91bed831ac0 # v3 + uses: aws-actions/configure-aws-credentials@8c3f20df09ac63af7b3ae3d7c91f105f857d8497 # v4 with: role-to-assume: ${{ secrets.ROLE }} aws-region: eu-west-2 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 54fd36a..3a6d7f3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,11 +30,11 @@ repos: additional_dependencies: [rake] args: [-s, .markdownlint.rb] - repo: https://github.com/maxbrunet/pre-commit-renovate - rev: 36.91.0 + rev: 36.96.3 hooks: - id: renovate-config-validator - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.83.2 + rev: v1.83.3 hooks: - id: terraform_fmt - id: terraform_validate diff --git a/infra/modules/artifactory/main.tf b/infra/modules/artifactory/main.tf index 4607edf..efdd86f 100644 --- a/infra/modules/artifactory/main.tf +++ b/infra/modules/artifactory/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "5.16.1" + version = "5.17.0" } } }