Skip to content

Commit

Permalink
Update smartcontractkit/.github requirement to 6da79c7b9f14bec077df2c…
Browse files Browse the repository at this point in the history
…1ad40d53823b409d9c

Updates the requirements on [smartcontractkit/.github](https://github.com/smartcontractkit/.github) to permit the latest version.
- [Commits](https://github.com/smartcontractkit/.github/commits/6da79c7b9f14bec077df2c1ad40d53823b409d9c)

---
updated-dependencies:
- dependency-name: smartcontractkit/.github
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 10, 2024
1 parent ff1f954 commit 12e3e6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
helm repo add tempo https://grafana.github.io/helm-charts
helm repo add grafana https://grafana.github.io/helm-charts
- name: ci-lint-helm-charts
uses: smartcontractkit/.github/actions/ci-lint-charts@6b08487b176ef7cad086526d0b54ddff6691c044 # [email protected]
uses: smartcontractkit/.github/actions/ci-lint-charts@6da79c7b9f14bec077df2c1ad40d53823b409d9c # [email protected]
with:
# chart testing inputs
chart-testing-extra-args: "--lint-conf=lintconf.yaml"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/solidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,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 (Dry Run)
uses: smartcontractkit/.github/actions/ci-publish-npm@e1c9d45fc66369d6be5d3863c65af1750797a7f5 # [email protected]
uses: smartcontractkit/.github/actions/ci-publish-npm@6da79c7b9f14bec077df2c1ad40d53823b409d9c # [email protected]
with:
npm-token: ${{ secrets.NPM_TOKEN }}
create-github-release: false
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
fi
- name: Publish to NPM (Dry Run)
uses: smartcontractkit/.github/actions/ci-publish-npm@e1c9d45fc66369d6be5d3863c65af1750797a7f5 # [email protected]
uses: smartcontractkit/.github/actions/ci-publish-npm@6da79c7b9f14bec077df2c1ad40d53823b409d9c # [email protected]
with:
npm-token: ${{ secrets.NPM_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 12e3e6a

Please sign in to comment.