Skip to content

Commit

Permalink
update action to @v4
Browse files Browse the repository at this point in the history
  • Loading branch information
weearc committed Aug 21, 2024
1 parent b05ed53 commit bd8bdde
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ jobs:
node-version: [14.20.0]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v3
- name: Update Submodules
run: |
git pull --recurse-submodules
git submodule update --remote --recursive
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit bd8bdde

Please sign in to comment.