Skip to content

Commit 35a9147

Browse files
Bump the github-actions group across 1 directory with 4 updates
Bumps the github-actions group with 4 updates in the / directory: [dorny/test-reporter](https://github.com/dorny/test-reporter), [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance), [actions/setup-node](https://github.com/actions/setup-node) and [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact). Updates `dorny/test-reporter` from 1 to 2 - [Release notes](https://github.com/dorny/test-reporter/releases) - [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md) - [Commits](dorny/test-reporter@v1...v2) Updates `actions/attest-build-provenance` from 2 to 4 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@v2...v4) Updates `actions/setup-node` from 4 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v6) Updates `actions/upload-pages-artifact` from 3 to 4 - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@v3...v4) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/attest-build-provenance dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-pages-artifact dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e3b220f commit 35a9147

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ jobs:
284284

285285
- name: Report test results
286286
if: always() && !cancelled()
287-
uses: dorny/test-reporter@v1
287+
uses: dorny/test-reporter@v2
288288
with:
289289
name: Tests (${{ matrix.runtime }})
290290
path: artifacts/test-results/**/*.trx
@@ -424,7 +424,7 @@ jobs:
424424
format: spdx-json
425425

426426
- name: Attest build provenance
427-
uses: actions/attest-build-provenance@v2
427+
uses: actions/attest-build-provenance@v4
428428
with:
429429
subject-path: |
430430
packages/*.nupkg
@@ -527,7 +527,7 @@ jobs:
527527
echo "should_deploy=false" >> "$GITHUB_OUTPUT"
528528
fi
529529
530-
- uses: actions/setup-node@v4
530+
- uses: actions/setup-node@v6
531531
if: steps.check-docs.outputs.should_deploy == 'true'
532532
with:
533533
node-version: 22
@@ -546,7 +546,7 @@ jobs:
546546

547547
- name: Upload pages artifact
548548
if: steps.check-docs.outputs.should_deploy == 'true'
549-
uses: actions/upload-pages-artifact@v3
549+
uses: actions/upload-pages-artifact@v4
550550
with:
551551
path: docs/.vitepress/dist
552552

0 commit comments

Comments
 (0)