Skip to content

Commit e5e9bcb

Browse files
Bump fastify/github-action-merge-dependabot from 3.11.1 to 3.11.2 (#1046)
Bumps [fastify/github-action-merge-dependabot](https://github.com/fastify/github-action-merge-dependabot) from 3.11.1 to 3.11.2. - [Release notes](https://github.com/fastify/github-action-merge-dependabot/releases) - [Commits](fastify/github-action-merge-dependabot@v3.11.1...v3.11.2) --- updated-dependencies: - dependency-name: fastify/github-action-merge-dependabot dependency-version: 3.11.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ddf916e commit e5e9bcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ jobs:
7878
requirementsChanged:
7979
- 'package.json'
8080
- name: Merge lockfile changes
81-
uses: fastify/[email protected].1
81+
uses: fastify/[email protected].2
8282
if: steps.filter.outputs.requirementsChanged == 'false'
8383
with:
8484
github-token: ${{ secrets.GITHUB_TOKEN }}
8585
- name: Approve requirement changes
86-
uses: fastify/[email protected].1
86+
uses: fastify/[email protected].2
8787
if: steps.filter.outputs.requirementsChanged == 'true'
8888
with:
8989
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)