Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
platform-engineering-bot committed Sep 18, 2023
1 parent 39faeff commit aedde08
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion infra/modules/artifactory/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.16.1"
version = "5.17.0"
}
}
}
Expand Down

0 comments on commit aedde08

Please sign in to comment.