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

Bump actions/setup-python from 4 to 5 #58

Merged
merged 1 commit into from
Dec 11, 2023
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Python ${{ matrix.python-version }} setup
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: pip install
Expand Down
Loading