Skip to content

Commit 3e0493e

Browse files
committed
misc: Update github checkout action.
Signed-off-by: iabdalkader <[email protected]>
1 parent 7b27acb commit 3e0493e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow-validate.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Spell Check
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v1
17+
- uses: actions/checkout@v4
1818
- name: Run spell check
1919
run: |
2020
pip install codespell
@@ -28,7 +28,7 @@ jobs:
2828
node_version: [14]
2929

3030
steps:
31-
- uses: actions/checkout@v1
31+
- uses: actions/checkout@v4
3232

3333
- name: Run linter
3434
run: |

0 commit comments

Comments
 (0)