Skip to content

Commit

Permalink
chore(deps): update minor-grouped (#293)
Browse files Browse the repository at this point in the history
| datasource      | package                        | from     | to       |
| --------------- | ------------------------------ | -------- | -------- |
| github-tags     | hoverkraft-tech/compose-action | v2.0.2   | v2.1.0   |
| github-releases | casey/just                     | 1.38.0   | 1.39.0   |
| github-tags     | pre-commit/pre-commit          | 4.0.1    | 4.1.0    |
| github-tags     | renovatebot/pre-commit-hooks   | 39.116.0 | 39.133.3 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 25, 2025
1 parent 4bd00a3 commit bc05344
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/compose/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
using: composite
steps:
- name: Run ${{ inputs.project_name }} compose
uses: hoverkraft-tech/compose-action@f1ca7fefe3627c2dab0ae1db43a106d82740245e # v2.0.2
uses: hoverkraft-tech/compose-action@9575d402e7402331b6ac509df860c4da3ab47fc2 # v2.1.0
with:
compose-file: |
${{ inputs.compose_file }}
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repos:
- id: actionlint-docker

- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 39.116.0
rev: 39.133.3
hooks:
- id: renovate-config-validator
args: [--strict]
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

awscli 2.23.2

just 1.38.0
just 1.39.0

pre-commit 4.0.1
pre-commit 4.1.0

python 3.13.1

0 comments on commit bc05344

Please sign in to comment.