From 93e738a9030e9fc0b36cf199a7993e2a206c0bb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 08:25:00 -0700 Subject: [PATCH] Bump senzing-factory/github-action-install-senzing-api from 3 to 4 (#84) * 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 +- .github/workflows/golangci-lint.yaml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/go-test-darwin.yaml b/.github/workflows/go-test-darwin.yaml index 1220022..7d47714 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 c6c9ece..d9c6e0a 100644 --- a/.github/workflows/go-test-linux.yaml +++ b/.github/workflows/go-test-linux.yaml @@ -36,9 +36,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 3ed5606..646b442 100644 --- a/.github/workflows/go-test-windows.yaml +++ b/.github/workflows/go-test-windows.yaml @@ -35,7 +35,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/golangci-lint.yaml b/.github/workflows/golangci-lint.yaml index 444b398..7caf1dc 100644 --- a/.github/workflows/golangci-lint.yaml +++ b/.github/workflows/golangci-lint.yaml @@ -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: |