diff --git a/.github/workflows/main_test_release.yml b/.github/workflows/main_test_release.yml index d4991836..091d77b6 100644 --- a/.github/workflows/main_test_release.yml +++ b/.github/workflows/main_test_release.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@main - name: Setup TimeZone - uses: MathRobin/timezone-action@v1.1 + uses: szenius/set-timezone@master with: timezoneLinux: "Europe/Berlin" timezoneMacos: "Europe/Berlin" diff --git a/.github/workflows/other_test.yml b/.github/workflows/other_test.yml index 197b6012..af8748c2 100644 --- a/.github/workflows/other_test.yml +++ b/.github/workflows/other_test.yml @@ -23,7 +23,7 @@ jobs: jvm: corretto:${{ matrix.Java }} apps: sbt scala scalac - name: Setup TimeZone - uses: MathRobin/timezone-action@v1.1 + uses: szenius/set-timezone@master with: timezoneLinux: "Europe/Berlin" timezoneMacos: "Europe/Berlin" @@ -35,4 +35,4 @@ jobs: - name: Run tests run: | timedatectl - sbt +test \ No newline at end of file + sbt +test