Skip to content

Commit 750dac5

Browse files
authored
Merge pull request #262 from TGSAI/deps/ci_cd
Update CI/CD dependency versions to latest
2 parents 3cfc320 + df7a1fb commit 750dac5

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
poetry==1.5.1
1+
poetry==1.6.1

.github/workflows/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pip==23.2.1
22
nox==2023.4.22
3-
nox-poetry==1.0.2
3+
nox-poetry==1.0.3
44
virtualenv==20.24.2

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
uses: actions/checkout@v3
1515

1616
- name: Run Labeler
17-
uses: crazy-max/ghaction-github-labeler@v4.1.0
17+
uses: crazy-max/ghaction-github-labeler@v4.3.0
1818
with:
1919
skip-delete: true

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ jobs:
5757
5858
- name: Publish package on PyPI
5959
if: steps.check-version.outputs.tag
60-
uses: pypa/[email protected].8
60+
uses: pypa/[email protected].10
6161
with:
6262
user: __token__
6363
password: ${{ secrets.PYPI_TOKEN }}
6464

6565
- name: Publish package on TestPyPI
6666
if: "! steps.check-version.outputs.tag"
67-
uses: pypa/[email protected].8
67+
uses: pypa/[email protected].10
6868
with:
6969
user: __token__
7070
password: ${{ secrets.TEST_PYPI_TOKEN }}

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@v3
3838

3939
- name: Set up Python ${{ matrix.python }}
40-
uses: actions/setup-python@v3
40+
uses: actions/setup-python@v4
4141
with:
4242
python-version: ${{ matrix.python }}
4343

@@ -116,7 +116,7 @@ jobs:
116116
uses: actions/checkout@v3
117117

118118
- name: Set up Python
119-
uses: actions/setup-python@v3
119+
uses: actions/setup-python@v4
120120
with:
121121
python-version: "3.11"
122122

@@ -150,4 +150,4 @@ jobs:
150150
nox --session=coverage -- xml
151151
152152
- name: Upload coverage report
153-
uses: codecov/codecov-action@v3.1.0
153+
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)