Skip to content

Commit

Permalink
Merge ee76462 into e17ad6d
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jul 11, 2022
2 parents e17ad6d + ee76462 commit f1239c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v2

- name: Install Python ${{ matrix.python-version }}
uses: actions/setup-python@v2.2.2
uses: actions/setup-python@v4.1.0
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -58,7 +58,7 @@ jobs:
uses: actions/checkout@v2

- name: Install Python 3.9
uses: actions/setup-python@v2.2.2
uses: actions/setup-python@v4.1.0
with:
python-version: 3.9

Expand Down

0 comments on commit f1239c5

Please sign in to comment.