Skip to content

Commit

Permalink
Merge 4a7d044 into e17ad6d
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 12, 2022
2 parents e17ad6d + 4a7d044 commit ec326c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
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.3.1
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.3.1
with:
python-version: 3.9

Expand Down

0 comments on commit ec326c9

Please sign in to comment.