From 89ee11945d4e2db107a33ef0d61e0c6015ac8ad7 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 25 Mar 2021 19:55:21 -0700 Subject: [PATCH] Change timezone provider uses: szenius/set-timezone@v1.0 --- .github/workflows/pythonapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 95d5c4fe..edd298c0 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: "Set up timezone to America/Los_Angeles" - uses: actions/set-timezone-action@v1.1 + uses: szenius/set-timezone@v1.0 with: timezoneLinux: "America/Los_Angeles" timezoneMacos: "America/Los_Angeles"