Skip to content

Commit c4713aa

Browse files
chore(deps): Bump the development-dependencies group with 2 updates
Bumps the development-dependencies group with 2 updates: [tj-actions/changed-files](https://github.com/tj-actions/changed-files) and [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `tj-actions/changed-files` from 47.0.2 to 47.0.4 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@8cba46e...7dee1b0) Updates `taiki-e/install-action` from 2.68.0 to 2.68.1 - [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@f8d25fb...cede0bb) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: 47.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: taiki-e/install-action dependency-version: 2.68.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6127c41 commit c4713aa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/markdown-changed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
ref: ${{ github.event.pull_request.head.sha }}
2323
-
2424
name: Get changed markdown files
25-
uses: tj-actions/changed-files@8cba46e29c11878d930bca7870bb54394d3e8b21 # v4.7.0
25+
uses: tj-actions/changed-files@7dee1b0c1557f278e5c7dc244927139d78c0e22a # v4.7.0
2626
id: changed-markdown-files
2727
with:
2828
files: '**/*.md'

.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@f8d25fb8a2df08dcd3cead89780d572767b8655f # v2.68.0
96+
uses: taiki-e/install-action@cede0bb282aae847dfa8aacca3a41c86d973d4d7 # v2.68.1
9797
with:
9898
tool: git-cliff
9999
-

0 commit comments

Comments
 (0)