Skip to content

Commit 8c548f4

Browse files
authored
Merge branch 'main' into meg-interest-calculator
2 parents 0904f0f + 399bd27 commit 8c548f4

File tree

4 files changed

+175
-106
lines changed

4 files changed

+175
-106
lines changed

.github/workflows/constraints.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
pip==22.2.1
2-
nox==2022.1.7
3-
nox-poetry==1.0.1
4-
poetry==1.1.14
5-
virtualenv==20.16.2
1+
pip==22.3.1
2+
nox==2022.8.7
3+
nox-poetry==1.0.2
4+
poetry==1.2.2
5+
virtualenv==20.16.7

.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.0.0
17+
uses: crazy-max/ghaction-github-labeler@v4.1.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
@@ -39,7 +39,7 @@ jobs:
3939
- name: Detect and tag new version
4040
id: check-version
4141
if: steps.check-parent-commit.outputs.sha
42-
uses: salsify/action-detect-and-tag-new-version@v2.0.1
42+
uses: salsify/action-detect-and-tag-new-version@v2.0.2
4343
with:
4444
version-command: |
4545
bash -o pipefail -c "poetry version | awk '{ print \$2 }'"
@@ -71,7 +71,7 @@ jobs:
7171
# repository_url: https://test.pypi.org/legacy/
7272

7373
- name: Publish the release notes
74-
uses: release-drafter/release-drafter@v5.20.0
74+
uses: release-drafter/release-drafter@v5.21.1
7575
with:
7676
publish: ${{ steps.check-version.outputs.tag != '' }}
7777
tag: ${{ steps.check-version.outputs.tag }}

0 commit comments

Comments
 (0)