Skip to content

Commit

Permalink
Merge pull request #6 from awslabs/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
richarddavison authored Nov 5, 2023
2 parents 1471330 + 3e3b82a commit e4c4253
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
submodules: true
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: yarn
- name: Install linux dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
submodules: true
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: yarn
- name: Install linux dependencies
Expand Down

0 comments on commit e4c4253

Please sign in to comment.