From 57b861d87c42de869ae457d8963141139a53fb73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 10:09:02 +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.1.0. - [Commits](https://github.com/smartcontractkit/.github/compare/ci-test-go/0.3.5...ci-test-go/1.1.0) --- updated-dependencies: - dependency-name: smartcontractkit/.github/actions/ci-test-go@ci-test-go/0.3.5 dependency-version: 1.1.0 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..6a1beea 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.1.0 with: # docker inputs use-docker-compose: "true" diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml index 7074df0..74e027c 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.1.0 with: # docker inputs use-docker-compose: "true"