Skip to content

Commit

Permalink
Merge pull request #114 from kshyk/renovate/actions-setup-node-4.x
Browse files Browse the repository at this point in the history
Update actions/setup-node action to v4
  • Loading branch information
kshyk authored Nov 2, 2023
2 parents 91ed96f + d26746c commit 4c6c873
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18'
cache: 'npm'
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18'
cache: 'npm'
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18'
cache: 'npm'
Expand Down

0 comments on commit 4c6c873

Please sign in to comment.