Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into 85-dockter-1
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Oct 7, 2024
2 parents c2ba605 + 8705503 commit 9af8c0b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-test-darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- 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
4 changes: 2 additions & 2 deletions .github/workflows/go-test-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- 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-version }}
senzingapi-version: ${{ matrix.senzingapi-version }}

- name: Copy /etc files
run: sudo mkdir -p /etc/opt/senzing && sudo cp testdata/senzing-license/g2.lic /etc/opt/senzing/g2.lic
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-test-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- 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
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
fetch-depth: 0

- 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: staging-v4
senzingapi-version: staging-v4

- name: Copy Senzing headers
run: |
Expand Down

0 comments on commit 9af8c0b

Please sign in to comment.