Skip to content

Commit

Permalink
Bump actions/setup-python from 3 to 4 (#220)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 10, 2022
1 parent 535ca66 commit 97d1699
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v3

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

Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
# - name: Check out code from GitHub
# uses: "actions/checkout@v3"
# - name: Setup Python ${{ env.DEFAULT_PYTHON }}
# uses: "actions/setup-python@v3"
# uses: "actions/setup-python@v4"
# with:
# python-version: ${{ env.DEFAULT_PYTHON }}
# - name: Install requirements
Expand Down

0 comments on commit 97d1699

Please sign in to comment.