Skip to content

Commit

Permalink
Merge e144e57 into 4a81ea4
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 5, 2023
2 parents 4a81ea4 + e144e57 commit f262cda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
submodules: true
- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v4.8.0
with:
python-version: ${{ matrix.python_version }}
- name: Install dependencies
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
with:
submodules: true
- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v4.8.0
with:
python-version: ${{ matrix.python_version }}
- name: Install dependencies
Expand Down

0 comments on commit f262cda

Please sign in to comment.