From 6ae2063fc720f475d1d29c8942c042325560ce95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 21:48:57 +0000 Subject: [PATCH] Bump smartcontractkit/chainlink-github-actions from 2.3.8 to 2.3.11 Bumps [smartcontractkit/chainlink-github-actions](https://github.com/smartcontractkit/chainlink-github-actions) from 2.3.8 to 2.3.11. - [Release notes](https://github.com/smartcontractkit/chainlink-github-actions/releases) - [Commits](https://github.com/smartcontractkit/chainlink-github-actions/compare/v2.3.8...5dd916d08c03cb5f9a97304f4f174820421bb946) --- updated-dependencies: - dependency-name: smartcontractkit/chainlink-github-actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/solidity.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/solidity.yml b/.github/workflows/solidity.yml index 62b0966b358..c9c28e67d97 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -54,7 +54,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Check release tag id: release-tag-check - uses: smartcontractkit/chainlink-github-actions/release/release-tag-check@2031e56eb4edb8115ce8ba07cbbfb457149d865d # v2.3.8 + uses: smartcontractkit/chainlink-github-actions/release/release-tag-check@5dd916d08c03cb5f9a97304f4f174820421bb946 # v2.3.11 env: # Match semver git tags with a "contracts-" prefix. RELEASE_REGEX: '^contracts-v[0-9]+\.[0-9]+\.[0-9]+$'