From 107990b530e941a3116be423ba226ef00eb10a74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 13:04:37 -0700 Subject: [PATCH] Bump senzing-factory/github-action-install-senzing-api from 3 to 4 (#130) * Bump senzing-factory/github-action-install-senzing-api from 3 to 4 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](https://github.com/senzing-factory/github-action-install-senzing-api/compare/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] * update input var --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sam <109683132+kernelsam@users.noreply.github.com> --- .github/workflows/go-test-darwin.yaml | 2 +- .github/workflows/go-test-linux.yaml | 4 ++-- .github/workflows/go-test-windows.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go-test-darwin.yaml b/.github/workflows/go-test-darwin.yaml index 3632640..8ccf7e2 100644 --- a/.github/workflows/go-test-darwin.yaml +++ b/.github/workflows/go-test-darwin.yaml @@ -38,7 +38,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 }} diff --git a/.github/workflows/go-test-linux.yaml b/.github/workflows/go-test-linux.yaml index 417ad44..8b5e6b8 100644 --- a/.github/workflows/go-test-linux.yaml +++ b/.github/workflows/go-test-linux.yaml @@ -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 diff --git a/.github/workflows/go-test-windows.yaml b/.github/workflows/go-test-windows.yaml index 551ff40..d45e1bf 100644 --- a/.github/workflows/go-test-windows.yaml +++ b/.github/workflows/go-test-windows.yaml @@ -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 }}