mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-13 01:20:24 +02:00
Change timezone change provider
change to actions/set-timezone-action
This commit is contained in:
8
.github/workflows/pythonapp.yml
vendored
8
.github/workflows/pythonapp.yml
vendored
@ -18,10 +18,12 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Setup timezone
|
- name: "Set up timezone to America/Los_Angeles"
|
||||||
uses: zcong1993/setup-timezone@v1.1.1
|
uses: actions/set-timezone-action@v1.1
|
||||||
with:
|
with:
|
||||||
timezone: America/Los_Angeles
|
timezoneLinux: "America/Los_Angeles"
|
||||||
|
timezoneMacos: "America/Los_Angeles"
|
||||||
|
timezoneWindows: "America/Los_Angeles"
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user