File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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
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 }}
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/
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments