Skip to content

Commit

Permalink
ci/cd: upgrade actions to v4 to avoid NodeJS warning
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
MashyBasker authored and ThinkOpenly committed Sep 16, 2024
1 parent d2ddc14 commit 91fb454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unicode-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Check for unicode in sail files
run: |
Expand Down

0 comments on commit 91fb454

Please sign in to comment.