Skip to content

Commit

Permalink
chore(deps): update mono-update-renovate
Browse files Browse the repository at this point in the history
| datasource      | package             | from    | to      |
| --------------- | ------------------- | ------- | ------- |
| github-tags     | aws/aws-cli         | 2.15.20 | 2.15.40 |
| github-releases | hashicorp/terraform | v1.7.5  | v1.8.1  |
| github-releases | hashicorp/terraform | 1.7.5   | 1.8.1   |
  • Loading branch information
renovate[bot] authored Apr 22, 2024
1 parent df1693d commit 999b3da
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
- name: Install tooling using asdf
uses: asdf-vm/actions/install@05e0d2ed97b598bfce82fd30daf324ae0c4570e6 # v3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
aws-nightly-cleanup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4

- name: Import Secrets
id: secrets
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
cluster_id: ${{ steps.short_git_sha.outputs.short_git_sha }}
steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
test_function: ${{ fromJson(needs.configure-tests.outputs.test_functions) }}
steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4

- name: Install tooling using asdf
uses: asdf-vm/actions/install@05e0d2ed97b598bfce82fd30daf324ae0c4570e6 # v3
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# 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"

# renovate: datasource=github-releases depName=aws/aws-cli
awscli 2.15.20
awscli 2.15.40

# renovate: datasource=github-releases depName=eksctl-io/eksctl
eksctl 0.175.0
Expand All @@ -21,7 +21,7 @@ opentofu 1.6.2
pre-commit 3.7.0

# renovate: datasource=github-releases depName=hashicorp/terraform
terraform 1.7.5
terraform 1.8.1

# renovate: datasource=github-releases depName=terraform-docs/terraform-docs
terraform-docs 0.17.0
Expand Down

0 comments on commit 999b3da

Please sign in to comment.