generated from wayfair-incubator/oss-template
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
35a0b1e
commit 59343a2
Showing
2 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v3 | ||
- uses: actions/setup-python@v4.6.0 | ||
- uses: actions/setup-python@v4.7.0 | ||
with: | ||
python-version: ${{ env.PYTHON_VERSION }} | ||
- name: Install dependencies | ||
|
@@ -32,7 +32,7 @@ jobs: | |
- name: Check out code | ||
uses: actions/checkout@v3 | ||
- name: Set up Python | ||
uses: actions/setup-python@v4.6.0 | ||
uses: actions/setup-python@v4.7.0 | ||
with: | ||
python-version: ${{ env.PYTHON_VERSION }} | ||
- name: Install dependencies | ||
|
@@ -48,7 +48,7 @@ jobs: | |
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v3 | ||
- uses: actions/setup-python@v4.6.0 | ||
- uses: actions/setup-python@v4.7.0 | ||
with: | ||
python-version: ${{ env.PYTHON_VERSION }} | ||
- name: Install dependencies | ||
|
@@ -64,7 +64,7 @@ jobs: | |
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v3 | ||
- uses: actions/setup-python@v4.6.0 | ||
- uses: actions/setup-python@v4.7.0 | ||
with: | ||
python-version: ${{ env.PYTHON_VERSION }} | ||
- name: Install dependencies | ||
|
@@ -80,7 +80,7 @@ jobs: | |
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v3 | ||
- uses: actions/setup-python@v4.6.0 | ||
- uses: actions/setup-python@v4.7.0 | ||
with: | ||
python-version: ${{ env.PYTHON_VERSION }} | ||
- name: Install dependencies | ||
|
@@ -99,7 +99,7 @@ jobs: | |
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v3 | ||
- uses: actions/setup-python@v4.6.0 | ||
- uses: actions/setup-python@v4.7.0 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
- name: Install dependencies | ||
|
@@ -127,7 +127,7 @@ jobs: | |
# if: ${{ always() }} | ||
|
||
- name: Publish coverage results to Codecov | ||
uses: codecov/[email protected].3 | ||
uses: codecov/[email protected].4 | ||
with: | ||
file: coverage-${{ matrix.python-version }}.xml | ||
fail_ci_if_error: true | ||
|
@@ -140,7 +140,7 @@ jobs: | |
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v3 | ||
- uses: actions/setup-python@v4.6.0 | ||
- uses: actions/setup-python@v4.7.0 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
- name: Build wheel | ||
|
@@ -158,7 +158,7 @@ jobs: | |
- name: Check out code | ||
uses: actions/checkout@v3 | ||
|
||
- uses: actions/setup-python@v4.6.0 | ||
- uses: actions/setup-python@v4.7.0 | ||
with: | ||
python-version: ${{ env.PYTHON_VERSION }} | ||
|
||
|
@@ -184,7 +184,7 @@ jobs: | |
- name: Check out code | ||
uses: actions/checkout@v3 | ||
|
||
- uses: actions/setup-python@v4.6.0 | ||
- uses: actions/setup-python@v4.7.0 | ||
with: | ||
python-version: ${{ env.PYTHON_VERSION }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters