Skip to content

Commit

Permalink
Merge 04a612c into 7da00c0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 2, 2022
2 parents 7da00c0 + 04a612c commit 3f45083
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: "Git clone"
id: "git-clone"
uses: "actions/checkout@v2"
uses: "actions/checkout@v3"
- name: "Set up Python ${{ env.DEFAULT_PYTHON_VERSION }}"
id: "set-up-python"
uses: "actions/setup-python@v2"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: "Git clone"
id: "git-clone"
uses: "actions/checkout@v2"
uses: "actions/checkout@v3"
- name: "Set up Python ${{ env.DEFAULT_PYTHON_VERSION }}"
id: "set-up-python"
uses: "actions/setup-python@v2"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: "Git clone"
id: "git-clone"
uses: "actions/checkout@v2"
uses: "actions/checkout@v3"
- name: "Set up Python ${{ env.DEFAULT_PYTHON_VERSION }}"
id: "set-up-python"
uses: "actions/setup-python@v2"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: "Git clone"
id: "git-clone"
uses: "actions/checkout@v2"
uses: "actions/checkout@v3"
- name: "Set up Python ${{ matrix.python-version }}"
id: "set-up-python"
uses: "actions/setup-python@v2"
Expand Down

0 comments on commit 3f45083

Please sign in to comment.