From 4a5b7f4f5023f1f2ccd1e9f7f7ca56839e5161f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 15:16:06 +0000 Subject: [PATCH] build(deps): bump smartcontractkit/.github/actions/ci-test-go@ci-test-go/1.0.0 Bumps [smartcontractkit/.github/actions/ci-test-go@ci-test-go/1.0.0](https://github.com/smartcontractkit/.github) from 1.0.0 to 1.1.0. - [Commits](https://github.com/smartcontractkit/.github/compare/ci-test-go/1.0.0...ci-test-go/1.1.0) --- updated-dependencies: - dependency-name: smartcontractkit/.github/actions/ci-test-go@ci-test-go/1.0.0 dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request-main.yml | 4 ++-- .github/workflows/push-main.yml | 4 ++-- .github/workflows/push-tag-release.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pull-request-main.yml b/.github/workflows/pull-request-main.yml index 5fb086f0..8d864598 100644 --- a/.github/workflows/pull-request-main.yml +++ b/.github/workflows/pull-request-main.yml @@ -54,7 +54,7 @@ jobs: actions: read steps: - name: Build and test - uses: smartcontractkit/.github/actions/ci-test-go@ci-test-go/1.0.0 + uses: smartcontractkit/.github/actions/ci-test-go@ci-test-go/1.1.0 with: go-test-cmd: go test -v -cover -coverpkg=./... -coverprofile=coverage.txt ./... use-go-cache: true @@ -113,7 +113,7 @@ jobs: ./e2e/tests/solana/compile-mcm-contracts.sh - name: Run e2e tests - uses: smartcontractkit/.github/actions/ci-test-go@ci-test-go/1.0.0 + uses: smartcontractkit/.github/actions/ci-test-go@ci-test-go/1.1.0 with: checkout-repo: false use-go-cache: true diff --git a/.github/workflows/push-main.yml b/.github/workflows/push-main.yml index ee521afb..ccd4d184 100644 --- a/.github/workflows/push-main.yml +++ b/.github/workflows/push-main.yml @@ -52,7 +52,7 @@ jobs: actions: read steps: - name: ci-test - uses: smartcontractkit/.github/actions/ci-test-go@ci-test-go/1.0.0 + uses: smartcontractkit/.github/actions/ci-test-go@ci-test-go/1.1.0 with: go-test-cmd: go test -coverprofile=coverage.txt $(go list ./...) use-go-cache: true @@ -79,7 +79,7 @@ jobs: CLI_VERSION: 7.0.0 - name: Build and test - uses: smartcontractkit/.github/actions/ci-test-go@ci-test-go/1.0.0 + uses: smartcontractkit/.github/actions/ci-test-go@ci-test-go/1.1.0 with: go-test-cmd: go generate -tags=e2e ./e2e/... && CTF_CONFIGS=../config.toml go test -tags=e2e -v ./e2e/tests/... use-go-cache: true diff --git a/.github/workflows/push-tag-release.yml b/.github/workflows/push-tag-release.yml index 328c4251..b0abab2a 100644 --- a/.github/workflows/push-tag-release.yml +++ b/.github/workflows/push-tag-release.yml @@ -40,7 +40,7 @@ jobs: actions: read steps: - name: ci-test - uses: smartcontractkit/.github/actions/ci-test-go@ci-test-go/1.0.0 + uses: smartcontractkit/.github/actions/ci-test-go@ci-test-go/1.1.0 cicd-publish-release: runs-on: ubuntu-latest