Skip to content

Commit

Permalink
build(deps): Bump fastify/workflows from 4.0.0 to 4.1.0 (#130)
Browse files Browse the repository at this point in the history
Bumps [fastify/workflows](https://github.com/fastify/workflows) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/fastify/workflows/releases)
- [Commits](fastify/workflows@v4.0.0...v4.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent e593d13 commit d3409ad
Show file tree
Hide file tree
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
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: ./.github/workflows/playwright.yml

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

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

0 comments on commit d3409ad

Please sign in to comment.