Skip to content

Commit

Permalink
chore(deps): bump fastify/workflows from 5.0.0 to 5.0.1 (#177)
Browse files Browse the repository at this point in the history
Bumps [fastify/workflows](https://github.com/fastify/workflows) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/fastify/workflows/releases)
- [Commits](fastify/workflows@v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: fastify/workflows
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authored Oct 1, 2024
1 parent 4b7c013 commit 6f9c61a
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ jobs:
uses: ./.github/workflows/playwright.yml

test:
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5.0.0
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5.0.1
needs: e2e
with:
license-check: true
2 changes: 1 addition & 1 deletion .github/workflows/package-manager-ci.yml
Original file line number Diff line number Diff line change
@@ -17,4 +17,4 @@ on:

jobs:
test:
uses: fastify/workflows/.github/workflows/plugins-ci-package-manager.yml@v5.0.0
uses: fastify/workflows/.github/workflows/plugins-ci-package-manager.yml@v5.0.1

0 comments on commit 6f9c61a

Please sign in to comment.