From 2afde6b7a9ff70e71f1e82f2eedd65db88063fa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 18:27:16 +0000 Subject: [PATCH] build(deps): bump smartcontractkit/.github/actions/ci-test-go Bumps [smartcontractkit/.github/actions/ci-test-go](https://github.com/smartcontractkit/.github) from 1.1.0 to 1.3.0. - [Commits](https://github.com/smartcontractkit/.github/compare/2b1d964024bb001ae9fba4f840019ac86ad1d824...6ff93d190d3499c4889001c181f503c45420497d) --- updated-dependencies: - dependency-name: smartcontractkit/.github/actions/ci-test-go dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/go-unit-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-unit-test.yaml b/.github/workflows/go-unit-test.yaml index 2c8bd97..ed24c85 100644 --- a/.github/workflows/go-unit-test.yaml +++ b/.github/workflows/go-unit-test.yaml @@ -31,7 +31,7 @@ jobs: actions: read steps: - name: ci-test-go - uses: smartcontractkit/.github/actions/ci-test-go@2b1d964024bb001ae9fba4f840019ac86ad1d824 # ci-test-go/v1 + uses: smartcontractkit/.github/actions/ci-test-go@6ff93d190d3499c4889001c181f503c45420497d # ci-test-go/v1 with: use-gati: false go-test-cmd: go test ./...