Skip to content

Commit f7e4869

Browse files
Merge branch 'develop' into dependabot/pip/hypothesis-6.112.1
2 parents b254ea9 + 6e5ef4b commit f7e4869

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/setup-python@v5
1818
with:
1919
python-version: "3.10"
20-
- uses: pre-commit/[email protected].0
20+
- uses: pre-commit/[email protected].1
2121

2222
test:
2323
needs: qa

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Add the built files to the release assets, alongside the repo archives
3939
# automatically added by GitHub. These files should then match exactly to the
4040
# published files on PyPI.
41-
- uses: softprops/action-gh-release@v1
41+
- uses: softprops/action-gh-release@v2
4242
with:
4343
files: dist/virtual_ecosystem*
4444

0 commit comments

Comments
 (0)