From 5775cb1ce368455bfdfc9de0047ea5d15947fbc1 Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Tue, 15 Oct 2024 21:53:11 +0200 Subject: [PATCH] try MathRobin/timezone-action@v1.1 --- .github/workflows/python-app.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index ce8849c..7b63632 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -31,11 +31,11 @@ jobs: steps: - name: Set timezone - uses: szenius/set-timezone@v2.0 + uses: MathRobin/timezone-action@v1.1 with: - timezoneLinux: "utc" - timezoneMacos: "utc" - timezoneWindows: "utc" + timezoneLinux: "Europe/Berlin" + timezoneMacos: "Europe/Berlin" + timezoneWindows: "Europe/Berlin" # - name: Start Mosquitto # uses: namoshek/mosquitto-github-action@v1 # with: