Skip to content

Commit 593e04e

Browse files
authored
Merge branch 'staging' into dependabot/npm_and_yarn/staging/playwright/test-1.58.2
2 parents 53556e9 + 263ac50 commit 593e04e

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/nextjs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: Setup Node
21-
uses: actions/setup-node@v4
21+
uses: actions/setup-node@v6
2222
with:
2323
node-version: "20"
2424

@@ -35,7 +35,7 @@ jobs:
3535
run: npm run lint
3636

3737
- name: Setup Python
38-
uses: actions/setup-python@v5
38+
uses: actions/setup-python@v6
3939
with:
4040
python-version: "3.12"
4141

.github/workflows/playwright.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v4
2727

28-
- uses: actions/setup-node@v4
28+
- uses: actions/setup-node@v6
2929
with:
3030
node-version: 24
3131

32-
- uses: actions/setup-python@v5
32+
- uses: actions/setup-python@v6
3333
with:
3434
python-version: '3.12'
3535

@@ -72,7 +72,7 @@ jobs:
7272
mkdir -p playwright-report
7373
mkdir -p playwright-report/artifacts
7474
75-
- uses: actions/upload-artifact@v4
75+
- uses: actions/upload-artifact@v7
7676
if: always()
7777
with:
7878
name: playwright-report-shard-${{ matrix.shard }}
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: Upload failed test screenshots
8383
if: always()
84-
uses: actions/upload-artifact@v4
84+
uses: actions/upload-artifact@v7
8585
with:
8686
name: failed-test-screenshots-shard-${{ matrix.shard }}
8787
path: playwright-report/artifacts/

.github/workflows/release-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
fi
2424
2525
- name: Login to DockerHub
26-
uses: docker/login-action@v3
26+
uses: docker/login-action@v4
2727
with:
2828
username: ${{ secrets.DOCKER_USERNAME }}
2929
password: ${{ secrets.DOCKER_PASSWORD }}
3030

3131
- name: Build image
32-
uses: docker/build-push-action@v5
32+
uses: docker/build-push-action@v7
3333
with:
3434
context: .
3535
file: ./Dockerfile

0 commit comments

Comments
 (0)