Skip to content

Commit de577ee

Browse files
Update all dependencies
1 parent 00f2938 commit de577ee

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/shared-build-and-publish-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114

115115
- name: Download artifacts
116116
if: ${{ inputs.artifact-id }}
117-
uses: actions/download-artifact@v5
117+
uses: actions/download-artifact@v6
118118
with:
119119
artifact-ids: ${{ inputs.artifact-id }}
120120
path: ${{ inputs.artifact-path }}

.github/workflows/shared-check-renovatebot-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-24.04
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626
with:
2727
submodules: ${{ inputs.checkout_submodules }}
2828

.github/workflows/shared-run-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,14 +287,14 @@ jobs:
287287
- run_e2e_tests
288288
steps:
289289
- name: Download E2E Test Results
290-
uses: actions/download-artifact@v5
290+
uses: actions/download-artifact@v6
291291
continue-on-error: true
292292
with:
293293
pattern: cypress-test-results-*
294294
path: ${{ github.workspace }}/ctrf
295295

296296
- name: Publish Test Report
297-
uses: ctrf-io/github-test-reporter@27b97adba93f02142c573c8a710045cac0d874ae # v1.0.14
297+
uses: ctrf-io/github-test-reporter@024bc4b64d997ca9da86833c6b9548c55c620e40 # v1.0.26
298298
with:
299299
report-path: "ctrf/*/*.json"
300300
summary-report: true

github-actions/setup-e2e-environment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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@v6
118118
with:
119119
name: jore4-docker-compose-bundle
120120
path: ${{ github.workspace }}/docker

0 commit comments

Comments
 (0)