From 44172b762570679fa7f6a014433680e9a5947df1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 10:11:10 +0000 Subject: [PATCH] Bump smartcontractkit/.github/actions/ci-test-go@ci-test-go/0.3.5 Bumps [smartcontractkit/.github/actions/ci-test-go@ci-test-go/0.3.5](https://github.com/smartcontractkit/.github) from 0.3.5 to 1.0.0. - [Commits](https://github.com/smartcontractkit/.github/compare/ci-test-go/0.3.5...ci-test-go/1.0.0) --- updated-dependencies: - dependency-name: smartcontractkit/.github/actions/ci-test-go@ci-test-go/0.3.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request-master.yml | 2 +- .github/workflows/push-master.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request-master.yml b/.github/workflows/pull-request-master.yml index 7dcf60d..9e3a49c 100644 --- a/.github/workflows/pull-request-master.yml +++ b/.github/workflows/pull-request-master.yml @@ -74,7 +74,7 @@ jobs: actions: read steps: - name: ci-test - uses: smartcontractkit/.github/actions/ci-test-go@ci-test-go/0.3.5 + uses: smartcontractkit/.github/actions/ci-test-go@ci-test-go/1.0.0 with: # docker inputs use-docker-compose: "true" diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml index 7074df0..35549bc 100644 --- a/.github/workflows/push-master.yml +++ b/.github/workflows/push-master.yml @@ -60,7 +60,7 @@ jobs: actions: read steps: - name: ci-test - uses: smartcontractkit/.github/actions/ci-test-go@ci-test-go/0.3.5 + uses: smartcontractkit/.github/actions/ci-test-go@ci-test-go/1.0.0 with: # docker inputs use-docker-compose: "true"