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

build(deps): bump LizardByte/setup-python-action from 2023.1226.20556 to 2024.511.162516 #246

Closed
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 @@ -68,7 +68,7 @@ jobs:
expose_plex_data_files_for_docker: ${{ matrix.docker }}

- name: Set up Python
uses: LizardByte/setup-python-action@v2023.1226.20556
uses: LizardByte/setup-python-action@v2024.511.162516
with:
python-version: ${{ matrix.python }}

Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
uses: actions/checkout@v4

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

Expand Down
Loading