Skip to content
This repository was archived by the owner on Mar 30, 2023. It is now read-only.

Commit 4881337

Browse files
chore(deps): update actions/setup-python action to v4 (#15)
Signed-off-by: Renovate Bot <bot@renovateapp.com>
1 parent faeaa70 commit 4881337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-yaml-syntax.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v3
21-
- uses: actions/setup-python@v3
21+
- uses: actions/setup-python@v4
2222
with:
2323
python-version: '3.x'
2424
- run: pip3 install yamllint

0 commit comments

Comments
 (0)