From 6dc31a18d911b791d90961032dcd720ec506f234 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 00:45:22 +0000 Subject: [PATCH] Bump senzing-factory/github-action-install-senzing-sdk from 1 to 2 Bumps [senzing-factory/github-action-install-senzing-sdk](https://github.com/senzing-factory/github-action-install-senzing-sdk) from 1 to 2. - [Release notes](https://github.com/senzing-factory/github-action-install-senzing-sdk/releases) - [Changelog](https://github.com/senzing-factory/github-action-install-senzing-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/senzing-factory/github-action-install-senzing-sdk/compare/v1...v2) --- updated-dependencies: - dependency-name: senzing-factory/github-action-install-senzing-sdk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/go-test-darwin.yaml | 2 +- .github/workflows/go-test-linux.yaml | 2 +- .github/workflows/go-test-windows.yaml | 2 +- .github/workflows/golangci-lint.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go-test-darwin.yaml b/.github/workflows/go-test-darwin.yaml index c1799b2..4d3dc20 100644 --- a/.github/workflows/go-test-darwin.yaml +++ b/.github/workflows/go-test-darwin.yaml @@ -37,7 +37,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Install Senzing SDK - uses: senzing-factory/github-action-install-senzing-sdk@v1 + uses: senzing-factory/github-action-install-senzing-sdk@v2 with: senzingsdk-version: ${{ matrix.senzingsdk-version }} diff --git a/.github/workflows/go-test-linux.yaml b/.github/workflows/go-test-linux.yaml index 5355133..261feab 100644 --- a/.github/workflows/go-test-linux.yaml +++ b/.github/workflows/go-test-linux.yaml @@ -36,7 +36,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Install Senzing SDK - uses: senzing-factory/github-action-install-senzing-sdk@v1 + uses: senzing-factory/github-action-install-senzing-sdk@v2 with: senzingsdk-repository-package: ${{ secrets.SENZING_APT_BETA_STAGING_REPOSITORY_PACKAGE }} senzingsdk-repository-path: ${{ secrets.SENZING_APT_BETA_STAGING_REPOSITORY_URL }} diff --git a/.github/workflows/go-test-windows.yaml b/.github/workflows/go-test-windows.yaml index e687b04..55a9d90 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 SDK - uses: senzing-factory/github-action-install-senzing-sdk@v1 + uses: senzing-factory/github-action-install-senzing-sdk@v2 with: senzingsdk-version: ${{ matrix.senzingsdk-version }} diff --git a/.github/workflows/golangci-lint.yaml b/.github/workflows/golangci-lint.yaml index e5513cc..c0ba62a 100644 --- a/.github/workflows/golangci-lint.yaml +++ b/.github/workflows/golangci-lint.yaml @@ -24,7 +24,7 @@ jobs: fetch-depth: 0 - name: Install Senzing SDK - uses: senzing-factory/github-action-install-senzing-sdk@v1 + uses: senzing-factory/github-action-install-senzing-sdk@v2 with: senzingsdk-repository-package: ${{ secrets.SENZING_APT_BETA_STAGING_REPOSITORY_PACKAGE }} senzingsdk-repository-path: ${{ secrets.SENZING_APT_BETA_STAGING_REPOSITORY_URL }}