Skip to content

Commit ac6588a

Browse files
chore(deps): update github-actions non-major dependencies (#4913)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a5e931b commit ac6588a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/preview-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
regex: '(\[www\]\([^)]+\)[^\n]*)'
5454

5555
- name: Get current time in CEST
56-
uses: josStorer/get-current-time@060cae3fbd32c181c6841788189a601ac8df8389 # v2.1.2
56+
uses: josStorer/get-current-time@6826799222c9d913068c04cb99e67f34dbf3caae # v2.1.3
5757
id: current-time
5858
with:
5959
format: D. MMM YYYY - HH:mm

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
comment-on: none
7272
- name: Publish unit test report
73-
uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 # v6.4.0
73+
uses: mikepenz/action-junit-report@3a81627bfac62268172037048872e8ebd4207e6d # v6.4.1
7474
if: success() || failure()
7575
with:
7676
report_paths: "test-report.xml"
@@ -91,7 +91,7 @@ jobs:
9191
replace: ""
9292
regex: false
9393
- name: Publish Storybook test report
94-
uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 # v6.4.0
94+
uses: mikepenz/action-junit-report@3a81627bfac62268172037048872e8ebd4207e6d # v6.4.1
9595
if: success() || failure()
9696
with:
9797
report_paths: "apps/storybook/test-report.xml"

0 commit comments

Comments
 (0)