Skip to content

Commit b2ff12e

Browse files
authored
Merge pull request #16 from terraform-docs/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 5ebd24f + a91dd48 commit b2ff12e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: "!contains(github.event.head_commit.message, '[ci skip]')"
1212
steps:
1313
- name: Check out code
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515

1616
- name: Choco package
1717
uses: crazy-max/ghaction-chocolatey@v3

.github/workflows/update-tfdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
contents: write
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131
with:
3232
ref: main
3333
fetch-depth: 0

0 commit comments

Comments
 (0)