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

Commit

Permalink
Merge pull request #57 from platform-engineering-org/renovate/all
Browse files Browse the repository at this point in the history
chore(deps): update all dependencies
  • Loading branch information
lmilbaum authored Sep 11, 2023
2 parents 0f3da9f + 69b7f06 commit 39faeff
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: pre-commit/[email protected]

- name: Setup
Expand All @@ -29,7 +29,7 @@ jobs:
terragrunt_version: 0.43.0

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@50ac8dd1e1b10d09dac7b8727528b91bed831ac0 # v3
with:
role-to-assume: ${{ secrets.ROLE }}
aws-region: eu-west-2
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ repos:
additional_dependencies: [rake]
args: [-s, .markdownlint.rb]
- repo: https://github.com/maxbrunet/pre-commit-renovate
rev: 35.14.1
rev: 36.91.0
hooks:
- id: renovate-config-validator
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.77.1
rev: v1.83.2
hooks:
- id: terraform_fmt
- id: terraform_validate
- repo: https://github.com/ansible-community/ansible-lint.git
rev: v6.14.2
rev: v6.19.0
hooks:
- id: ansible-lint
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 = "4.59.0"
version = "5.16.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion provision/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
collections:
- name: amazon.aws
version: 5.3.0
version: 6.4.0
type: galaxy

0 comments on commit 39faeff

Please sign in to comment.