From 0caba620a46328022bc8e5eaa740cd2e878e9efe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 19:13:22 +0000 Subject: [PATCH] fix(deps): bump smartcontractkit/.github/actions/ci-lint-misc Bumps [smartcontractkit/.github/actions/ci-lint-misc](https://github.com/smartcontractkit/.github) from eeb76b5870e3c17856d5a60fd064a053c023b5f5 to 226df8538b11ed54e86346c3216642c6a971a66e. - [Commits](https://github.com/smartcontractkit/.github/compare/eeb76b5870e3c17856d5a60fd064a053c023b5f5...226df8538b11ed54e86346c3216642c6a971a66e) --- updated-dependencies: - dependency-name: smartcontractkit/.github/actions/ci-lint-misc dependency-version: 226df8538b11ed54e86346c3216642c6a971a66e dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request-main.yml | 2 +- .github/workflows/schedule-main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request-main.yml b/.github/workflows/pull-request-main.yml index 60d38cd06..9fe055dc5 100644 --- a/.github/workflows/pull-request-main.yml +++ b/.github/workflows/pull-request-main.yml @@ -62,7 +62,7 @@ jobs: contents: read steps: - name: Linting Misc (yaml + sh files) - uses: smartcontractkit/.github/actions/ci-lint-misc@eeb76b5870e3c17856d5a60fd064a053c023b5f5 # ci-lint-misc@1.0.0 + uses: smartcontractkit/.github/actions/ci-lint-misc@226df8538b11ed54e86346c3216642c6a971a66e # ci-lint-misc@1.0.0 ci-test-operations-gen: name: Tests operations-gen diff --git a/.github/workflows/schedule-main.yml b/.github/workflows/schedule-main.yml index adde23d7b..771caac77 100644 --- a/.github/workflows/schedule-main.yml +++ b/.github/workflows/schedule-main.yml @@ -28,7 +28,7 @@ jobs: contents: read steps: - name: Linting Misc (yaml + sh files) - uses: smartcontractkit/.github/actions/ci-lint-misc@eeb76b5870e3c17856d5a60fd064a053c023b5f5 # ci-lint-misc@1.0.0 + uses: smartcontractkit/.github/actions/ci-lint-misc@226df8538b11ed54e86346c3216642c6a971a66e # ci-lint-misc@1.0.0 ci-test: name: Tests