Skip to content

Commit

Permalink
build(deps): update smartcontractkit/.github requirement to 5b1046c28…
Browse files Browse the repository at this point in the history
…343660ecb84844c6fa95a66d1cdb52e

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 87a36ee commit 01cfc74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ci-lint-misc
uses: smartcontractkit/.github/actions/ci-lint-misc@6b08487b176ef7cad086526d0b54ddff6691c044 # [email protected]
uses: smartcontractkit/.github/actions/ci-lint-misc@5b1046c28343660ecb84844c6fa95a66d1cdb52e # [email protected]
with:
# grafana inputs
metrics-job-name: ci-lint-misc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# branch-regex: '^(main|release\/.*)'
- name: Validate and Parse Tag
id: tag-parse
uses: smartcontractkit/.github/actions/check-git-tag-for-monorepo@9e7cc0779934cae4a9028b8588c9adb64d8ce68c # [email protected]
uses: smartcontractkit/.github/actions/check-git-tag-for-monorepo@5b1046c28343660ecb84844c6fa95a66d1cdb52e # [email protected]
with:
tag-ref: ${{ inputs.tag || github.ref_name }}

Expand Down

0 comments on commit 01cfc74

Please sign in to comment.