Skip to content

Commit

Permalink
Merge pull request #57 from openedx/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-python-4

build(deps): bump actions/setup-python from 3 to 4
  • Loading branch information
Feanil Patel authored Feb 6, 2023
2 parents a65e26e + 6add044 commit e92170f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge-python-requirements-upgrade-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
urls: ${{ steps.generate_urls.outputs.urls }}
steps:
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: '3.8'

Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:

steps:
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: '3.8'

Expand Down

0 comments on commit e92170f

Please sign in to comment.