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"