Skip to content

Commit 04ed5a7

Browse files
committed
Update actions/checkout in lint.yml
1 parent 332aa6c commit 04ed5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
lint:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v3
8+
- uses: actions/checkout@v4
99

1010
- name: Install yamllint
1111
run: pip install yamllint

0 commit comments

Comments
 (0)