File tree Expand file tree Collapse file tree
github-actions/setup-e2e-environment Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-24.04
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616
1717 - name : Validate
18- uses : suzuki-shunsuke/github-action-renovate-config-validator@v0 .1.3
18+ uses : suzuki-shunsuke/github-action-renovate-config-validator@v1 .1.1
1919 with :
2020 config_file_path : renovatebot/jore4-default-preset.json5
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout code
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717
1818 - name : Run doctoc on README
1919 run : npx doctoc README.md
Original file line number Diff line number Diff line change @@ -285,14 +285,14 @@ jobs:
285285 - run_e2e_tests
286286 steps :
287287 - name : Download E2E Test Results
288- uses : actions/download-artifact@v4
288+ uses : actions/download-artifact@v5
289289 continue-on-error : true
290290 with :
291291 pattern : cypress-test-results-*
292292 path : ${{ github.workspace }}/ctrf
293293
294294 - name : Publish Test Report
295- uses : ctrf-io/github-test-reporter@27b97adba93f02142c573c8a710045cac0d874ae # v1.0.14
295+ uses : ctrf-io/github-test-reporter@9bd31188517cfb3ff683f135041cc3bfbb0c78b3 # v1.0.25
296296 with :
297297 report-path : ' ctrf/*/*.json'
298298 summary-report : true
@@ -309,15 +309,15 @@ jobs:
309309 - run_e2e_tests
310310 steps :
311311 - name : Checkout
312- uses : actions/checkout@v4
312+ uses : actions/checkout@v5
313313 with :
314314 fetch-depth : 0
315315 repository : ' HSLdevcom/jore4-ci-data'
316316 ref : e2e-test-durations
317317 ssh-key : ${{ secrets.jore4_ci_data_repo_ssh_key }}
318318
319319 - name : Download E2E Test Durations
320- uses : actions/download-artifact@v4
320+ uses : actions/download-artifact@v5
321321 with :
322322 pattern : e2e-test-durations-*
323323 path : ${{ github.workspace }}/split-durations
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout code
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717
1818 - name : Startup sample HTTP server
1919 run : docker run -d -p 8080:80 nginxdemos/hello
Original file line number Diff line number Diff line change 5555
5656 steps :
5757 - name : Checkout code
58- uses : actions/checkout@v4
58+ uses : actions/checkout@v5
5959
6060 - name : Create a temporary custom docker compose file for testing
6161 run : |
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ runs:
114114
115115 - name : Download docker-compose bundle from GHA artifact
116116 if : ${{ inputs.docker_compose_bundle_gha_artifact }}
117- uses : actions/download-artifact@v4
117+ uses : actions/download-artifact@v5
118118 with :
119119 name : jore4-docker-compose-bundle
120120 path : ${{ github.workspace }}/docker
You can’t perform that action at this time.
0 commit comments