Skip to content

Commit

Permalink
Merge pull request #181 from opentargets/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-python-4

chore(deps): bump actions/setup-python from 2 to 4
  • Loading branch information
d0choa authored Oct 17, 2023
2 parents b8347d5 + ec15e96 commit 30875f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.10.8
- name: Install and configure Poetry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
with:
fetch-depth: 1
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.10.8
- name: Install and configure Poetry
Expand Down

0 comments on commit 30875f1

Please sign in to comment.