Skip to content

Commit b2efe81

Browse files
author
commitizen-github-action[bot]
committed
bump: version 0.9.122 → 0.9.123
1 parent 645c764 commit b2efe81

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
This changelog is auto-generated by the Python-based
44
[Commitizen](https://commitizen-tools.github.io/commitizen).
55

6+
## 0.9.123 (2023-12-18)
7+
8+
### Fix
9+
10+
- **deps**: bump actions/setup-dotnet action to v4.0.0
11+
612
## 0.9.122 (2023-12-17)
713

814
### Fix

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ in `.pre-commit-config.yaml`.
6464

6565
```yaml
6666
- name: Install and run pre-commit hooks.
67-
uses: ScribeMD/pre-commit-action@0.9.122
67+
uses: ScribeMD/pre-commit-action@0.9.123
6868
```
6969
7070
## Inputs

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build-backend = "poetry.core.masonry.api"
1010

1111
[tool.poetry]
1212
name = "pre-commit-action"
13-
version = "0.9.122"
13+
version = "0.9.123"
1414
description = "Optimized GitHub Action for Running pre-commit Hooks"
1515
authors = ["Kurt von Laven <kurt.von.laven@gmail.com>"]
1616
license = "MIT"

0 commit comments

Comments
 (0)