Skip to content
This repository has been archived by the owner on Sep 26, 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 25, 2023
1 parent ef34b35 commit f2b1ad4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
contents: write

steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- run: ansible-galaxy install -r ./provision/requirements.yml
- uses: pre-commit/[email protected]

Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ repos:
- id: markdownlint
additional_dependencies: [rake]
- repo: https://github.com/maxbrunet/pre-commit-renovate
rev: 36.96.3
rev: 36.107.1
hooks:
- id: renovate-config-validator
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.83.3
rev: v1.83.4
hooks:
- id: terraform_fmt
- id: terraform_validate
- repo: https://github.com/ansible-community/ansible-lint.git
rev: v6.19.0
rev: v6.20.0
hooks:
- id: ansible-lint
2 changes: 1 addition & 1 deletion consumer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.5@sha256:cc7372fe4746ca323f18c6bd0d45dadf22d192756abc5f73e39f9c7f10cba5aa
FROM python:3.11.5@sha256:2e376990a11f1c1e03796d08db0e99c36eadb4bb6491372b227f1e53c3482914

WORKDIR /consumer

Expand Down
2 changes: 1 addition & 1 deletion consumer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
boto3==1.28.49
boto3==1.28.53
pip==23.2.1
4 changes: 2 additions & 2 deletions pulumi/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pulumi-aws==6.1.0
pulumi-tls==4.10.0
pulumi-aws==6.2.1
pulumi-tls==4.11.0

0 comments on commit f2b1ad4

Please sign in to comment.