From 1b1f638b97dc5e6f2767183eb363b79ae3c9b3c7 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 25 Mar 2021 19:49:03 -0700 Subject: [PATCH] Change timezone change provider change to actions/set-timezone-action --- .github/workflows/pythonapp.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 10cc0079..95d5c4fe 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -18,10 +18,12 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Setup timezone - uses: zcong1993/setup-timezone@v1.1.1 + - name: "Set up timezone to America/Los_Angeles" + uses: actions/set-timezone-action@v1.1 with: - timezone: America/Los_Angeles + timezoneLinux: "America/Los_Angeles" + timezoneMacos: "America/Los_Angeles" + timezoneWindows: "America/Los_Angeles" - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v1 with: