Skip to content

Commit

Permalink
Bump the gh-actions group with 2 updates (#557)
Browse files Browse the repository at this point in the history
Bumps the gh-actions group with 2 updates: [actions/setup-node](https://github.com/actions/setup-node) and [codecov/codecov-action](https://github.com/codecov/codecov-action).


Updates `actions/setup-node` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4.0.1...v4.0.2)

Updates `codecov/codecov-action` from 3 to 4
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gh-actions
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gh-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: FineArchs <[email protected]>
  • Loading branch information
dependabot[bot] and FineArchs authored Mar 5, 2024
1 parent b209e52 commit 23c068b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Node.js
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: 20.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Node.js
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: 20.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Node.js
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: 20.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-nightly-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ref: ${{ env.BRANCH }}

- name: Setup Node.js
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: 20.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-nightly-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ref: ${{ env.BRANCH }}

- name: Setup Node.js
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: 20.x

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: ${{ matrix.node-version }}

Expand All @@ -37,4 +37,4 @@ jobs:
CI: true

- name: Upload Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

0 comments on commit 23c068b

Please sign in to comment.