mirror of
https://github.com/mnaberez/py65.git
synced 2024-12-26 17:29:50 +00:00
Upgrade GitHub Actions steps to fix deprecation warnings
This commit is contained in:
parent
b78ae0505a
commit
99bf26db20
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -13,10 +13,10 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user