Skip to content

Commit

Permalink
chore(deps): update patch-grouped (#178)
Browse files Browse the repository at this point in the history
| datasource  | package          | from    | to      |
| ----------- | ---------------- | ------- | ------- |
| github-tags | aws/aws-cli      | 2.17.56 | 2.17.61 |
| github-tags | rhysd/actionlint | v1.7.1  | v1.7.2  |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 28, 2024
1 parent 34743d9 commit eae0c76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ jobs:
steps:
- name: Notify in Slack in case of failure
id: slack-notification
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@102b2d46c2c3961ee04eb78fcf00f150d938422e # main
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@21be34298fff5c05d3e64c7e0643abf4c1d44ed1 # main
with:
vault_addr: ${{ secrets.VAULT_ADDR }}
vault_role_id: ${{ secrets.VAULT_ROLE_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
- id: hadolint-docker

- repo: https://github.com/rhysd/actionlint
rev: v1.7.1
rev: v1.7.2
hooks:
- id: actionlint-docker

Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# check it with
# diff <(sed '/^#/d; /^$/d' .tool-versions | sort) <(sed '/^#/d; /^$/d' .tool-versions) && echo ".tool-versions is sorted correctly" || echo ".tool-versions is not sorted correctly"

awscli 2.17.56
awscli 2.17.61

just 1.35.0

Expand Down

0 comments on commit eae0c76

Please sign in to comment.