Skip to content

Commit 91fb454

Browse files
MashyBaskerThinkOpenly
authored andcommitted
ci/cd: upgrade actions to v4 to avoid NodeJS warning
Change description: - Upgrade actions/checkout from v2 to v4 - Addresses the warnings caused by NodeJS 12 deprecation in actions/checkout - actions/checkout v4 uses NodeJS 16 Signed-off-by: Maharshi Basu <[email protected]>
1 parent d2ddc14 commit 91fb454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unicode-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616

1717
- name: Check for unicode in sail files
1818
run: |

0 commit comments

Comments
 (0)