Skip to content

Commit

Permalink
upgrade setup-python to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
tfoote committed Jan 2, 2024
1 parent b4ae64a commit ebb4ffa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Check out project
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{matrix.python}}
- name: Install dependencies
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Check out project
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{matrix.python}}
- name: Install dependencies
Expand All @@ -91,7 +91,7 @@ jobs:
- name: Check out project
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{matrix.python}}
- name: Install dependencies
Expand All @@ -113,7 +113,7 @@ jobs:
- name: Check out project
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{matrix.python}}
- name: Install dependencies
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
ref: dummy_package
path: dummy_package
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{matrix.python}}
- name: Install dependencies
Expand All @@ -164,7 +164,7 @@ jobs:
- name: Check out project
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{matrix.python}}
- name: Install dependencies
Expand All @@ -186,7 +186,7 @@ jobs:
- name: Check out project
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{matrix.python}}
- name: Install dependencies
Expand All @@ -207,7 +207,7 @@ jobs:
- name: Check out project
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{matrix.python}}
- name: Install dependencies
Expand Down

0 comments on commit ebb4ffa

Please sign in to comment.