Skip to content

Commit

Permalink
Merge pull request #66 from OpenDDS/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
jrw972 authored Apr 18, 2024
2 parents ed0312b + b990757 commit 72ee600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
path: OpenDDS
fetch-depth: 1
- name: 'Set Up node'
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
- name: 'Install xerces (ubuntu)'
Expand Down

0 comments on commit 72ee600

Please sign in to comment.