Skip to content

Commit 7b31958

Browse files
chore(deps): Bump the development-dependencies group with 2 updates
Bumps the development-dependencies group with 2 updates: [github/contributors](https://github.com/github/contributors) and [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `github/contributors` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/github/contributors/releases) - [Commits](github-community-projects/contributors@373891b...e5629ec) Updates `taiki-e/install-action` from 2.68.8 to 2.68.9 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](taiki-e/install-action@cfdb446...7f491e2) --- updated-dependencies: - dependency-name: github/contributors dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: taiki-e/install-action dependency-version: 2.68.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 96d090e commit 7b31958

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Checkout repository
7171
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7272
- name: Identify all-time contributors to this repository
73-
uses: github/contributors@373891b189ac1b370c1a13fc8a5b1da8aeba6967 # v2.0.0
73+
uses: github/contributors@e5629ec91f6ed85ebf9d145b17f9f2bd7ed324af # v2.0.1
7474
env:
7575
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7676
REPOSITORY: ${{ github.repository }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
-
9494
name: Install git-cliff [monorepo]
9595
if: ${{ inputs.is-monorepo == 'true' }}
96-
uses: taiki-e/install-action@cfdb446e391c69574ebc316dfb7d7849ec12b940 # v2.68.8
96+
uses: taiki-e/install-action@7f491e26f71f4ec2e6902c7c95c73043f209ab79 # v2.68.9
9797
with:
9898
tool: git-cliff
9999
-

0 commit comments

Comments
 (0)