Use versioned actions as master for setup-python is currently broken

This commit is contained in:
Kovid Goyal 2022-04-01 07:19:41 +05:30
parent 00c1802319
commit 45de091ee6
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -42,11 +42,11 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@master
uses: actions/checkout@v3
with:
fetch-depth: 10
- name: Set up Python ${{ matrix.pyver }}
uses: actions/setup-python@master
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.pyver }}