Skip to content

Commit

Permalink
Merge pull request #175 from ConduitIO/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-node-4

.github: bump actions/setup-node from 3 to 4
  • Loading branch information
jmar910 authored Aug 8, 2024
2 parents 2feb629 + 61ecad0 commit ad1bf63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v3

- name: Use Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18'

Expand All @@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v3

- name: Use Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0

- name: Use Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18'

Expand Down

0 comments on commit ad1bf63

Please sign in to comment.