Skip to content

Commit 9cfe04d

Browse files
authored
Merge branch 'main' into issue-1090-merge-allof
2 parents da76b1c + 66f389d commit 9cfe04d

File tree

4 files changed

+37
-37
lines changed

4 files changed

+37
-37
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4.1.7
1919
- name: Set up Python
20-
uses: actions/setup-python@v5.1.1
20+
uses: actions/setup-python@v5.2.0
2121
with:
2222
python-version: ${{ matrix.python }}
2323

@@ -128,7 +128,7 @@ jobs:
128128
steps:
129129
- uses: actions/checkout@v4.1.7
130130
- name: Set up Python
131-
uses: actions/setup-python@v5.1.1
131+
uses: actions/setup-python@v5.2.0
132132
with:
133133
python-version: "3.8"
134134
- name: Get Python Version

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
- name: Build
1919
run: hatchling build
2020
- name: Push to PyPI
21-
uses: pypa/gh-action-pypi-publish@v1.9.0
21+
uses: pypa/gh-action-pypi-publish@v1.10.0

integration-tests/pdm.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pdm.lock

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)