Skip to content

Commit fa6c988

Browse files
authored
Merge pull request #14 from terraform-docs/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 0fad188 + 66d4c72 commit fa6c988

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@v4
14+
uses: actions/checkout@v5
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@v4
30+
uses: actions/checkout@v5
3131
with:
3232
ref: main
3333
fetch-depth: 0

0 commit comments

Comments
 (0)