Skip to content

Commit

Permalink
Merge pull request #161 from Indicio-tech/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ll-actions-12134f77fb

chore(deps): Bump the all-actions group across 1 directory with 2 updates
  • Loading branch information
dbluhm authored Nov 4, 2024
2 parents 5fbe8e0 + 0b69ec5 commit 5f1d849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@24.8.0
- uses: psf/black@24.10.0
with:
src: "./acapy_controller ./examples"
- uses: chartboost/ruff-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
run: |
poetry build
- name: Publish package
uses: pypa/gh-action-pypi-publish@v1.10.3
uses: pypa/gh-action-pypi-publish@v1.11.0

0 comments on commit 5f1d849

Please sign in to comment.