Update python-package.yml

Updated actions/setup-python version pin
This commit is contained in:
Jamie Hardt
2022-11-13 17:37:50 -08:00
committed by GitHub
parent 3305bc7920
commit db4eadb73e

View File

@@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4.3.0
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies