Skip to content

Commit

Permalink
Merge pull request #2 from lsst-sqre/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-python-4

Bump actions/setup-python from 3 to 4
  • Loading branch information
athornton authored Jun 15, 2022
2 parents b554c6b + 5a83bec commit 994d690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v3

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

Expand Down

0 comments on commit 994d690

Please sign in to comment.