Skip to content

Commit

Permalink
Merge pull request #777 from gocd/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
chadlwilson authored Oct 27, 2023
2 parents a2744a5 + 47d8a71 commit 1d12bdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
ruby-version: 3.2
bundler-cache: true # would run bundle install
- name: Set up NodeJS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
Expand All @@ -43,7 +43,7 @@ jobs:
with:
ruby-version: 3.2
- name: Set up NodeJS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
ruby-version: 3.2
bundler-cache: true # would run bundle install
- name: Set up NodeJS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
ruby-version: 3.2
bundler-cache: true # would run bundle install
- name: Set up NodeJS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
Expand Down

0 comments on commit 1d12bdd

Please sign in to comment.