Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Commit

Permalink
Merge 3f3f945 into 241ca8a
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jul 11, 2022
2 parents 241ca8a + 3f3f945 commit 4ffb5b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/everything.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0

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

Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Python
uses: actions/setup-python@v3.1.0
uses: actions/setup-python@v4.1.0
with:
python-version: '3.x'

Expand All @@ -100,7 +100,7 @@ jobs:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v3.1.0
uses: actions/setup-python@v4.1.0
with:
python-version: 3.6

Expand Down

0 comments on commit 4ffb5b7

Please sign in to comment.