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

Commit

Permalink
Merge pull request #117 from lsst-sqre/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-python-3

Bump actions/setup-python from 2 to 3
  • Loading branch information
rra authored Feb 28, 2022
2 parents 109585a + a091c41 commit b89c8f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python }}

Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3

- name: Install tox and LTD Conveyor
run: pip install tox ltd-conveyor
Expand Down

0 comments on commit b89c8f9

Please sign in to comment.