Skip to content

Commit

Permalink
Merge pull request #30 from FalcoSuessgott/dependabot/terraform/hashi…
Browse files Browse the repository at this point in the history
…corp/http-3.4.1

chore(deps): bump hashicorp/http from 3.4.0 to 3.4.1
  • Loading branch information
github-actions[bot] authored and Tom Morelly committed Jan 12, 2024
2 parents 61aa520 + 6cb2236 commit c3667f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
- name: Dependabot metadata
id: dependabot-metadata
uses: dependabot/fetch-metadata@v1

- name: Enable auto-merge for Dependabot PRs
if: ${{steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch'}}
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
2 changes: 1 addition & 1 deletion tests/http/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
http = {
source = "hashicorp/http"
version = "3.4.0"
version = "3.4.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ terraform {
}
http = {
source = "hashicorp/http"
version = "3.4.0"
version = "3.4.1"
}
}
}
Expand Down

0 comments on commit c3667f7

Please sign in to comment.