Skip to content

Commit fec3c81

Browse files
chore(deps): update actions
1 parent 3fb8567 commit fec3c81

File tree

3 files changed

+32
-19
lines changed

3 files changed

+32
-19
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Check out code
2323
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2424
- name: Run Markdown Lint
25-
uses: DavidAnson/markdownlint-cli2-action@v15
25+
uses: DavidAnson/markdownlint-cli2-action@v16
2626
with:
2727
globs: "**/*.md"
2828
json:

.terraform.lock.hcl

Lines changed: 30 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
github = {
66
source = "integrations/github"
7-
version = "~> 5.0"
7+
version = "~> 6.0"
88
}
99
}
1010

0 commit comments

Comments
 (0)