Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
ci: use tagged setup python action (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Oct 24, 2023
1 parent bd590ca commit f311246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
path: Themerr-plex.bundle

- name: Set up Python
uses: LizardByte/action-setup-python@master
uses: LizardByte/setup-python[email protected]
with:
python-version: '2.7'

Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
rm Themerr-plex.bundle.zip
- name: Set up Python
uses: LizardByte/action-setup-python@master
uses: LizardByte/setup-python[email protected]
with:
python-version: '2.7'

Expand Down

0 comments on commit f311246

Please sign in to comment.