Skip to content

Commit 76245cb

Browse files
Update actions/checkout action to v4
1 parent c43e5b4 commit 76245cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Setup TFLint
1818
with:
1919
tflint_version: v0.38.1
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- uses: actions/setup-python@v4
2222
- uses: pre-commit/[email protected]
2323
# pre-commit fails if it changed files

0 commit comments

Comments
 (0)