Skip to content

Commit 6da53be

Browse files
authored
Merge pull request #1895 from iabdalkader/workflows
misc: Update github checkout action.
2 parents d06f0f9 + 3e0493e commit 6da53be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow-validate.yaml

Lines changed: 2 additions & 2 deletions
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)