Skip to content

Commit

Permalink
Merge pull request #168 from JeanDavidDaviet/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
github-actions[bot] authored Oct 24, 2023
2 parents 51ee71c + 4d4645e commit c22bddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-versions }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-versions }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-versions }}

Expand Down

0 comments on commit c22bddc

Please sign in to comment.