From 2d60c2d0aa5d5382693f7db11b2ca51c636f0804 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 18:54:12 +0000 Subject: [PATCH] Update smartcontractkit/.github requirement to 08dfd9164c757f7b7951cdaa668cfead9bdc339a Updates the requirements on [smartcontractkit/.github](https://github.com/smartcontractkit/.github) to permit the latest version. - [Commits](https://github.com/smartcontractkit/.github/commits/08dfd9164c757f7b7951cdaa668cfead9bdc339a) --- 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..a68075d0678 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@08dfd9164c757f7b7951cdaa668cfead9bdc339a # 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 22ed53e72bc..bf6069c9d16 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -188,7 +188,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@08dfd9164c757f7b7951cdaa668cfead9bdc339a # ci-publish-npm@0.4.0 with: npm-token: ${{ secrets.NPM_TOKEN }} create-github-release: false @@ -230,7 +230,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@08dfd9164c757f7b7951cdaa668cfead9bdc339a # ci-publish-npm@0.4.0 with: npm-token: ${{ secrets.NPM_TOKEN }} create-github-release: false