Skip to content

Commit

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

Bump actions/setup-python from 3 to 4
  • Loading branch information
jonathansick authored Jun 13, 2022
2 parents b6b9212 + 4b7e966 commit bfcb981
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 0 # full-depth clone for setuptools_scm

- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: "3.10"

Expand All @@ -46,7 +46,7 @@ jobs:
fetch-depth: 0 # full-depth clone for setuptools_scm

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: "3.10"

Expand Down

0 comments on commit bfcb981

Please sign in to comment.