Skip to content

Commit

Permalink
Merge pull request #4 from block/myron/address-actions-warning
Browse files Browse the repository at this point in the history
Upgrade actions/setup-node from v3 to v4.
  • Loading branch information
myronmarston authored Oct 29, 2024
2 parents 4503521 + 9eec73b commit 0ef96bb
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "23.x"

Expand Down
2 changes: 1 addition & 1 deletion script/update_ci_yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "23.x"

Expand Down

0 comments on commit 0ef96bb

Please sign in to comment.