Skip to content

Commit d433d73

Browse files
authored
Merge branch 'main' into scala3
2 parents 37a07f4 + db8112a commit d433d73

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 2 additions & 2 deletions
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"
@@ -35,4 +35,4 @@ jobs:
3535
- name: Run tests
3636
run: |
3737
timedatectl
38-
sbt +test
38+
sbt +test

0 commit comments

Comments
 (0)