Skip to content

Commit a74bdc3

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 [volta-cli/action](https://github.com/volta-cli/action). Updates `actions/checkout` from 4.1.1 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.1...v6.0.2) Updates `volta-cli/action` from 4 to 5 - [Release notes](https://github.com/volta-cli/action/releases) - [Changelog](https://github.com/volta-cli/action/blob/master/CHANGELOG.md) - [Commits](volta-cli/action@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha - dependency-name: volta-cli/action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f73bb8e commit a74bdc3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v4.1.1
24+
uses: actions/checkout@v6.0.2
2525
- name: Use Node version defined in manifest
26-
uses: volta-cli/action@v4
26+
uses: volta-cli/action@v5
2727
- name: Install Node dependencies
2828
run: npm ci
2929
- name: Run Node tests

0 commit comments

Comments
 (0)