File tree Expand file tree Collapse file tree
github-actions/run-cypress-tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77jobs :
88 validate :
99 name : Validate renovatebot config
10- runs-on : ubuntu-20 .04
10+ runs-on : ubuntu-24 .04
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
1414
1515 - name : Validate
16- uses : suzuki-shunsuke/github-action-renovate-config-validator@v0 .1.3
16+ uses : suzuki-shunsuke/github-action-renovate-config-validator@v1 .1.0
1717 with :
1818 config_file_path : renovatebot/jore4-default-preset.json5
Original file line number Diff line number Diff line change 88jobs :
99 verify-doctoc :
1010 name : Verifies whether table of contents has been updated
11- runs-on : ubuntu-20 .04
11+ runs-on : ubuntu-24 .04
1212
1313 steps :
1414 - name : Checkout code
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v4
1616
1717 - name : Run doctoc on README
1818 run : npx doctoc README.md
Original file line number Diff line number Diff line change 88jobs :
99 test-extract-metadata :
1010 name : Retrieves metadata
11- runs-on : ubuntu-20 .04
11+ runs-on : ubuntu-24 .04
1212
1313 steps :
1414 - name : Check that environment is empty
Original file line number Diff line number Diff line change 88jobs :
99 test-healthcheck-success :
1010 name : Verifies whether healthcheck action succeeds when it should
11- runs-on : ubuntu-20 .04
11+ runs-on : ubuntu-24 .04
1212
1313 steps :
1414 - name : Checkout code
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v4
1616
1717 - name : Startup sample HTTP server
1818 run : docker run -d -p 8080:80 nginxdemos/hello
Original file line number Diff line number Diff line change 77
88jobs :
99 test-e2e-setup-action :
10- runs-on : ubuntu-20 .04
10+ runs-on : ubuntu-24 .04
1111
1212 strategy :
1313 matrix :
5454
5555 steps :
5656 - name : Checkout code
57- uses : actions/checkout@v3
57+ uses : actions/checkout@v4
5858
5959 - name : Retrieve branch name
6060 uses : HSLdevcom/jore4-tools/github-actions/extract-metadata@extract-metadata-v1
Original file line number Diff line number Diff line change 5050 - name : Upload test reports as an artifact
5151 # should be run even if the tests fail
5252 if : always()
53- uses : actions/upload-artifact@v3
53+ uses : actions/upload-artifact@v4
5454 with :
5555 name : cypress-docker-reports
5656 path : |
You can’t perform that action at this time.
0 commit comments