Skip to content

Commit 8925f22

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.7 to 2.0.8 - [Release notes](https://github.com/github/contributors/releases) - [Commits](github-community-projects/contributors@8452e4e...52a3496) Updates `taiki-e/install-action` from 2.75.1 to 2.75.3 - [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@80e6af7...b8be7f5) --- updated-dependencies: - dependency-name: github/contributors dependency-version: 2.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: taiki-e/install-action dependency-version: 2.75.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7b5a707 commit 8925f22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@8452e4ec5e6014b34bccfa63b486e72e8b660f4b # v2.0.7
73+
uses: github/contributors@52a3496ac6255da1bb2d1368aa610ec129270ebb # v2.0.8
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
@@ -92,7 +92,7 @@ jobs:
9292
uses: go-openapi/gh-actions/ci-jobs/detect-go-monorepo@22f6d5e0e1d13b8e835ea0ffe69ed5589f7cc354 # v1.4.11
9393
-
9494
name: Install git-cliff
95-
uses: taiki-e/install-action@80e6af7a2ec7f280fffe2d0a9d3a12a9d11d86e9 # v2.75.1
95+
uses: taiki-e/install-action@b8be7f5e140177087325943c4a8e169d01c59b3d # v2.75.3
9696
with:
9797
tool: git-cliff
9898
-

0 commit comments

Comments
 (0)