Skip to content

Commit a4b9b08

Browse files
authored
Update linter workflow to use v4 of actions/checkout
1 parent a2587a6 commit a4b9b08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout Code
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
1616
- name: Yaml Lint

0 commit comments

Comments
 (0)