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

build(deps): bump LizardByte/setup-python-action from 2023.1211.161304 to 2024.202.205923 #350

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
submodules: recursive

- name: Set up Python
uses: LizardByte/setup-python-action@v2023.1211.161304
uses: LizardByte/setup-python-action@v2024.202.205923
with:
python-version: '2.7'

Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
rm Themerr-plex.bundle.zip

- name: Set up Python
uses: LizardByte/setup-python-action@v2023.1211.161304
uses: LizardByte/setup-python-action@v2024.202.205923
with:
python-version: '2.7'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/localize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
submodules: recursive

- name: Set up Python
uses: LizardByte/setup-python-action@v2023.1211.161304
uses: LizardByte/setup-python-action@v2024.202.205923
with:
python-version: '2.7'

Expand Down
Loading