From 3fbf81f5f3c693bcc90609f62c85cfa9fbce100a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 03:44:16 +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.17 to 2.0.18 - [Release notes](https://github.com/github/contributors/releases) - [Commits](https://github.com/github/contributors/compare/b518e14609eadf468470392201312777172b5dec...7e077779e5e7bf810cc722e15b38ee63f86b880e) --- updated-dependencies: - dependency-name: github/contributors dependency-version: 2.0.18 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 ee75acd..0b78c0a 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Identify all-time contributors to this repository - uses: github/contributors@b518e14609eadf468470392201312777172b5dec # v2.0.17 + uses: github/contributors@7e077779e5e7bf810cc722e15b38ee63f86b880e # v2.0.18 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} REPOSITORY: ${{ github.repository }}