Skip to content

Commit 7bee635

Browse files
ci(deps): bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) Updates `actions/upload-artifact` from 4 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 906c03c commit 7bee635

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
outputs:
5252
version: ${{ steps.playwright-version.outputs.version }}
5353
steps:
54-
- uses: actions/checkout@v4
54+
- uses: actions/checkout@v6
5555
- name: Get Playwright version from package-lock.json
5656
id: playwright-version
5757
run: |
@@ -64,7 +64,7 @@ jobs:
6464
container:
6565
image: mcr.microsoft.com/playwright:v${{ needs.get-playwright-version.outputs.version }}-noble
6666
steps:
67-
- uses: actions/checkout@v4
67+
- uses: actions/checkout@v6
6868
- name: Install dependencies
6969
run: npm ci
7070
- name: Build maquette
@@ -78,7 +78,7 @@ jobs:
7878
working-directory: browser-tests
7979
run: npm test
8080
- name: Upload Playwright report
81-
uses: actions/upload-artifact@v4
81+
uses: actions/upload-artifact@v6
8282
if: ${{ !cancelled() }}
8383
with:
8484
name: playwright-report

0 commit comments

Comments
 (0)