Skip to content

Commit 4a81fd2

Browse files
authored
Merge pull request #204 from AFASSoftware/dependabot/github_actions/github-actions-229d4e1b45
ci(deps): bump the github-actions group with 2 updates
2 parents 906c03c + 7bee635 commit 4a81fd2

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)