From 5cbb40704c601508d83117b824ffdfd2ee4607ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 19:36:27 +0000 Subject: [PATCH] Update smartcontractkit/.github requirement to 209275fd2e35335a386254fae9a8a8f3ad413206 Updates the requirements on [smartcontractkit/.github](https://github.com/smartcontractkit/.github) to permit the latest version. - [Commits](https://github.com/smartcontractkit/.github/commits/209275fd2e35335a386254fae9a8a8f3ad413206) --- updated-dependencies: - dependency-name: smartcontractkit/.github dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/solidity-wrappers.yml | 2 +- .github/workflows/solidity.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/solidity-wrappers.yml b/.github/workflows/solidity-wrappers.yml index 56528611f36..25695e02d30 100644 --- a/.github/workflows/solidity-wrappers.yml +++ b/.github/workflows/solidity-wrappers.yml @@ -53,7 +53,7 @@ jobs: working-directory: ./contracts - name: Assume role capable of dispatching action - uses: smartcontractkit/.github/actions/setup-github-token@9e7cc0779934cae4a9028b8588c9adb64d8ce68c # setup-github-token@0.1.0 + uses: smartcontractkit/.github/actions/setup-github-token@209275fd2e35335a386254fae9a8a8f3ad413206 # setup-github-token@0.1.0 id: get-gh-token with: aws-role-arn: ${{ secrets.AWS_OIDC_CHAINLINK_CI_AUTO_PR_TOKEN_ISSUER_ROLE_ARN }} diff --git a/.github/workflows/solidity.yml b/.github/workflows/solidity.yml index 6183109097d..35ef16f73f4 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -183,7 +183,7 @@ jobs: pnpm version ${{ needs.tag-check.outputs.pre-release-version }} --no-git-tag-version --no-commit-hooks --no-git-checks - name: Publish to NPM (beta) - uses: smartcontractkit/.github/actions/ci-publish-npm@4b0ab756abcb1760cb82e1e87b94ff431905bffc # ci-publish-npm@0.4.0 + uses: smartcontractkit/.github/actions/ci-publish-npm@209275fd2e35335a386254fae9a8a8f3ad413206 # ci-publish-npm@0.4.0 with: npm-token: ${{ secrets.NPM_TOKEN }} create-github-release: false @@ -225,7 +225,7 @@ jobs: fi - name: Publish to NPM (latest) - uses: smartcontractkit/.github/actions/ci-publish-npm@4b0ab756abcb1760cb82e1e87b94ff431905bffc # ci-publish-npm@0.4.0 + uses: smartcontractkit/.github/actions/ci-publish-npm@209275fd2e35335a386254fae9a8a8f3ad413206 # ci-publish-npm@0.4.0 with: npm-token: ${{ secrets.NPM_TOKEN }} create-github-release: false