Skip to content

Commit

Permalink
Bump senzing-factory/github-action-install-senzing-api from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [senzing-factory/github-action-install-senzing-api](https://github.com/senzing-factory/github-action-install-senzing-api) from 3 to 4.
- [Release notes](https://github.com/senzing-factory/github-action-install-senzing-api/releases)
- [Changelog](https://github.com/senzing-factory/github-action-install-senzing-api/blob/main/CHANGELOG.md)
- [Commits](senzing-factory/github-action-install-senzing-api@v3...v4)

---
updated-dependencies:
- dependency-name: senzing-factory/github-action-install-senzing-api
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 4, 2024
1 parent 6f91bf9 commit 273a48a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest-darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: pip install typing_extensions

- name: install Senzing API
uses: senzing-factory/github-action-install-senzing-api@v3
uses: senzing-factory/github-action-install-senzing-api@v4
with:
senzingapi-version: ${{ matrix.senzingapi-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: pip install typing_extensions

- name: install Senzing API
uses: senzing-factory/github-action-install-senzing-api@v3
uses: senzing-factory/github-action-install-senzing-api@v4
with:
senzingapi-runtime-version: ${{ matrix.senzingapi-runtime-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: pip install typing_extensions

- name: install Senzing API
uses: senzing-factory/github-action-install-senzing-api@v3
uses: senzing-factory/github-action-install-senzing-api@v4
with:
senzingapi-version: ${{ matrix.senzingapi-version }}

Expand Down

0 comments on commit 273a48a

Please sign in to comment.