From bd8da3200bb070ed34cd95e522c6a93a57430ab7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 03:44:09 +0000 Subject: [PATCH] build(deps): Bump github/contributors Bumps the development-dependencies group with 1 update in the / directory: [github/contributors](https://github.com/github/contributors). Updates `github/contributors` from 2.0.16 to 2.0.17 - [Release notes](https://github.com/github/contributors/releases) - [Commits](https://github.com/github/contributors/compare/cc2aed69181e7633fa88a0d4303101738e7f4cab...b518e14609eadf468470392201312777172b5dec) --- updated-dependencies: - dependency-name: github/contributors dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/contributors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 0e058bb..d0a3c58 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Identify all-time contributors to this repository - uses: github/contributors@cc2aed69181e7633fa88a0d4303101738e7f4cab # v2.0.16 + uses: github/contributors@b518e14609eadf468470392201312777172b5dec # v2.0.17 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} REPOSITORY: ${{ github.repository }}