Skip to content

Commit db8112a

Browse files
committed
ci: try to set timezone
1 parent cb8c626 commit db8112a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main_test_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@main
2020
- name: Setup TimeZone
21-
uses: MathRobin/[email protected]
21+
uses: szenius/set-timezone@master
2222
with:
2323
timezoneLinux: "Europe/Berlin"
2424
timezoneMacos: "Europe/Berlin"

.github/workflows/other_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
jvm: corretto:${{ matrix.Java }}
2424
apps: sbt scala scalac
2525
- name: Setup TimeZone
26-
uses: MathRobin/[email protected]
26+
uses: szenius/set-timezone@master
2727
with:
2828
timezoneLinux: "Europe/Berlin"
2929
timezoneMacos: "Europe/Berlin"

0 commit comments

Comments
 (0)