Skip to content

Commit a5a94bd

Browse files
Update actions/setup-python action to v6
1 parent c43e5b4 commit a5a94bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
tflint_version: v0.38.1
2020
- uses: actions/checkout@v3
21-
- uses: actions/setup-python@v4
21+
- uses: actions/setup-python@v6
2222
- uses: pre-commit/[email protected]
2323
# pre-commit fails if it changed files
2424
# we want to go on

0 commit comments

Comments
 (0)