1
0
mirror of https://github.com/arsenetar/send2trash.git synced 2025-07-19 20:43:20 +00:00

ci: migrate LizardByte/setup-python-action

LizardByte/setup-python-action is deprecated and has moved to LizardByte/actions.
This commit is contained in:
ReenigneArcher 2025-07-14 23:19:23 -04:00 committed by GitHub
parent 91d0698967
commit 715175dd47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: LizardByte/setup-python-action@master uses: LizardByte/actions/actions/setup_python@master
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install dependencies - name: Install dependencies