Skip to content

Commit

Permalink
chore(deps): update patch-grouped
Browse files Browse the repository at this point in the history
| datasource         | package                   | from   | to      |
| ------------------ | ------------------------- | ------ | ------- |
| github-tags        | aws/aws-cli               | 2.18.5 | 2.18.10 |
| github-tags        | lycheeverse/lychee-action | v2.0.1 | v2.0.2  |
| terraform-provider | terraform-redhat/rhcs     | 1.6.4  | 1.6.5   |
| github-releases    | hashicorp/terraform       | 1.9.7  | 1.9.8   |
  • Loading branch information
renovate[bot] authored Oct 19, 2024
1 parent 2b4aaa5 commit 6e78cc6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
restore-keys: cache-lychee-

- name: Link Checker
uses: lycheeverse/lychee-action@2bb232618be239862e31382c5c0eaeba12e5e966 # v2.0.1
uses: lycheeverse/lychee-action@7cd0af4c74a61395d455af97419279d86aafaede # v2.0.2
with:
fail: true
args: -c ./lychee-links.toml --base . --cache --max-cache-age 1d . --verbose --no-progress '*.md' './**/*.md'
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
# 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.18.5
awscli 2.18.10

golang 1.23.2

just 1.36.0

pre-commit 4.0.1

terraform 1.9.7
terraform 1.9.8

terraform-docs 0.19.0

Expand Down
2 changes: 1 addition & 1 deletion modules/rosa-hcp/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
version = ">= 5.35.0"
}
rhcs = {
version = "1.6.4"
version = "1.6.5"
source = "terraform-redhat/rhcs"
}
}
Expand Down

0 comments on commit 6e78cc6

Please sign in to comment.