aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-16 15:27:17 +0000
committerGitHub <noreply@github.com>2022-05-16 15:27:17 +0000
commit9b55d12ddc1d62c031a11157ee0da9850f532095 (patch)
tree9e8f7ea2c1024f3c32ad829f52aac64d447307e2 /.github/workflows
parentBump @types/node from 17.0.31 to 17.0.33 (#77) (diff)
downloadee4511w-web-9b55d12ddc1d62c031a11157ee0da9850f532095.tar
ee4511w-web-9b55d12ddc1d62c031a11157ee0da9850f532095.tar.gz
ee4511w-web-9b55d12ddc1d62c031a11157ee0da9850f532095.tar.bz2
ee4511w-web-9b55d12ddc1d62c031a11157ee0da9850f532095.tar.lz
ee4511w-web-9b55d12ddc1d62c031a11157ee0da9850f532095.tar.xz
ee4511w-web-9b55d12ddc1d62c031a11157ee0da9850f532095.tar.zst
ee4511w-web-9b55d12ddc1d62c031a11157ee0da9850f532095.zip
Bump fastify/github-action-merge-dependabot from 3.1.5 to 3.1.6 (#78)
Bumps [fastify/github-action-merge-dependabot](https://github.com/fastify/github-action-merge-dependabot) from 3.1.5 to 3.1.6. - [Release notes](https://github.com/fastify/github-action-merge-dependabot/releases) - [Commits](https://github.com/fastify/github-action-merge-dependabot/compare/v3.1.5...v3.1.6) --- updated-dependencies: - dependency-name: fastify/github-action-merge-dependabot 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>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/node.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml
index 3ab9a99..24a78cb 100644
--- a/.github/workflows/node.yml
+++ b/.github/workflows/node.yml
@@ -30,6 +30,6 @@ jobs:
pull-requests: write
contents: write
steps:
- - uses: fastify/github-action-merge-dependabot@v3.1.5
+ - uses: fastify/github-action-merge-dependabot@v3.1.6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}