1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-17 01:32:37 +02:00

bump checkout and setup-python versions

This commit is contained in:
Kelly Brazil
2022-10-26 15:35:41 -07:00
committed by GitHub
parent 6cffb449f4
commit d5b478c968

View File

@ -17,7 +17,7 @@ jobs:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: "Set up timezone to America/Los_Angeles" - name: "Set up timezone to America/Los_Angeles"
uses: szenius/set-timezone@v1.0 uses: szenius/set-timezone@v1.0
with: with:
@ -25,7 +25,7 @@ jobs:
timezoneMacos: "America/Los_Angeles" timezoneMacos: "America/Los_Angeles"
timezoneWindows: "Pacific Standard Time" timezoneWindows: "Pacific Standard Time"
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1 uses: actions/setup-python@v4
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install dependencies - name: Install dependencies