Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
| datasource     | package                  | from    | to      |
| -------------- | ------------------------ | ------- | ------- |
| golang-version | go                       | 1.22.6  | 1.23.0  |
| github-tags    | opentofu/setup-opentofu  | v1.0.3  | v1.0.4  |
| github-tags    | terraform-linters/tflint | v0.52.0 | v0.53.0 |
  • Loading branch information
renovate[bot] authored Aug 17, 2024
1 parent ab42b30 commit 2c1f1fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- uses: opentofu/setup-opentofu@ae80d4ecaab946d8f5ff18397fbf6d0686c6d46a # v1.0.3
- uses: opentofu/setup-opentofu@12f4debbf681675350b6cd1f0ff8ecfbda62027b # v1.0.4
with:
# renovate: datasource=github-tags depName=opentofu/opentofu versioning=semver
tofu_version: 1.8.1
Expand All @@ -53,7 +53,7 @@ jobs:
uses: terraform-linters/setup-tflint@19a52fbac37dacb22a09518e4ef6ee234f2d4987 # v4.0.0
with:
# renovate: datasource=github-tags depName=terraform-linters/tflint versioning=semver
tflint_version: v0.52.0
tflint_version: v0.53.0

- name: Show version
run: tflint --version
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module test_test

go 1.21

toolchain go1.22.6
toolchain go1.23.0

require (
github.com/gruntwork-io/terratest v0.47.0
Expand Down

0 comments on commit 2c1f1fd

Please sign in to comment.