Skip to content

Commit cf46f02

Browse files
Bump softprops/action-gh-release from 1 to 2 (#7)
* Bump softprops/action-gh-release from 1 to 2 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v1...v2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Bump pre-commit/pre-commit-hooks from 4.5.0 to 4.6.0 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yevhen Fabizhevskyi <fabasoad@gmail.com>
1 parent f12a731 commit cf46f02

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
id: changelog
2020
uses: simbo/changes-since-last-release-action@v1
2121
- name: Create release
22-
uses: softprops/action-gh-release@v1
22+
uses: softprops/action-gh-release@v2
2323
with:
2424
tag_name: ${{ github.ref }}
2525
name: ${{ github.ref_name }}

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
hooks:
1010
- id: detect-secrets
1111
- repo: https://github.com/gitleaks/gitleaks
12-
rev: v8.18.1
12+
rev: v8.18.2
1313
hooks:
1414
- id: gitleaks
1515
# Dockerfile
@@ -20,19 +20,19 @@ repos:
2020
stages: ["push"]
2121
# Markdown
2222
- repo: https://github.com/igorshubovych/markdownlint-cli
23-
rev: v0.38.0
23+
rev: v0.39.0
2424
hooks:
2525
- id: markdownlint-fix
2626
stages: ["commit"]
2727
# Yaml
2828
- repo: https://github.com/adrienverge/yamllint
29-
rev: v1.33.0
29+
rev: v1.35.1
3030
hooks:
3131
- id: yamllint
3232
stages: ["push"]
3333
# GitHub Actions
3434
- repo: https://github.com/rhysd/actionlint
35-
rev: v1.6.26
35+
rev: v1.6.27
3636
hooks:
3737
- id: actionlint
3838
args: ["-pyflakes="]
@@ -44,7 +44,7 @@ repos:
4444
- id: prettier
4545
stages: ["commit"]
4646
- repo: https://github.com/pre-commit/pre-commit-hooks
47-
rev: v4.5.0
47+
rev: v4.6.0
4848
hooks:
4949
- id: check-merge-conflict
5050
- id: check-json

0 commit comments

Comments
 (0)