Skip to content

Commit

Permalink
chore(deps): update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 8, 2024
1 parent 3fb8567 commit fec3c81
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Check out code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Run Markdown Lint
uses: DavidAnson/markdownlint-cli2-action@v15
uses: DavidAnson/markdownlint-cli2-action@v16
with:
globs: "**/*.md"
json:
Expand Down
47 changes: 30 additions & 17 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
github = {
source = "integrations/github"
version = "~> 5.0"
version = "~> 6.0"
}
}

Expand Down

0 comments on commit fec3c81

Please sign in to comment.