Skip to content

Commit

Permalink
build(deps): bump actions/setup-node from 3.3.0 to 3.4.0 (OpenRefine#…
Browse files Browse the repository at this point in the history
…5054)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3.3.0...v3.4.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 12, 2022
1 parent e34e83a commit 239ec9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Setup Node
uses: actions/setup-node@v3.3.0
uses: actions/setup-node@v3.4.0
with:
node-version: '12'
- id: set-matrix
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
run: ./refine build

- name: Setup Node
uses: actions/setup-node@v3.3.0
uses: actions/setup-node@v3.4.0
with:
node-version: '12'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/snapshot_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Setup Node
uses: actions/setup-node@v3.3.0
uses: actions/setup-node@v3.4.0
with:
node-version: '12'
- id: set-matrix
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
run: ./refine build

- name: Setup Node
uses: actions/setup-node@v3.3.0
uses: actions/setup-node@v3.4.0
with:
node-version: '12'

Expand Down

0 comments on commit 239ec9d

Please sign in to comment.