Skip to content

Commit

Permalink
chore(deps): Bump itty-router from 4.0.11 to 4.0.13 (#216)
Browse files Browse the repository at this point in the history
* chore(deps): Bump itty-router from 4.0.11 to 4.0.13

Bumps [itty-router](https://github.com/kwhitley/itty-router) from 4.0.11 to 4.0.13.
- [Release notes](https://github.com/kwhitley/itty-router/releases)
- [Changelog](https://github.com/kwhitley/itty-router/blob/v4.x/CHANGELOG.md)
- [Commits](kwhitley/itty-router@v4.0.11...v4.0.13)

---
updated-dependencies:
- dependency-name: itty-router
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump deps

* Update dispatch.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ankurdotb committed Jul 4, 2023
1 parent ddf0459 commit 51f6bd3
Show file tree
Hide file tree
Showing 3 changed files with 537 additions and 821 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,17 @@ jobs:

call-build:
name: "Build & Test"
needs: call-lint
uses: ./.github/workflows/build.yml

call-deploy:
name: "Deploy"
needs: call-build
needs: [ call-lint, call-build ]
uses: ./.github/workflows/deploy.yml
secrets: inherit

call-release:
name: "Release"
needs: call-build
needs: [ call-lint, call-build ]
if: ${{ github.ref_protected == true }}
uses: ./.github/workflows/release.yml
secrets: inherit
Loading

0 comments on commit 51f6bd3

Please sign in to comment.