Skip to content

Commit 2b69dcc

Browse files
chore(deps): bump the gha group across 1 directory with 2 updates
Bumps the gha group with 2 updates in the /.github/workflows directory: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-node](https://github.com/actions/setup-node). Updates `actions/checkout` from 4.1.7 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.7...v4.2.2) Updates `actions/setup-node` from 4.0.3 to 4.1.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4.0.3...v4.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c3349a0 commit 2b69dcc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v4.1.7
24+
uses: actions/checkout@v4.2.2
2525
- name: Use Node version defined in manifest
2626
uses: volta-cli/[email protected]
2727
- name: Node.js version

.github/workflows/npm.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
publish:
1010
runs-on: ubuntu-22.04
1111
steps:
12-
- uses: actions/checkout@v4.1.7
13-
- uses: actions/setup-node@v4.0.3
12+
- uses: actions/checkout@v4.2.2
13+
- uses: actions/setup-node@v4.1.0
1414
with:
1515
node-version: 22
1616

0 commit comments

Comments
 (0)