Skip to content

Commit

Permalink
chore: upgraded from v1.7.4 -> v1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 24, 2023
1 parent e6f9943 commit 22a29a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "json2file"
authors = ["Tonye Jack <[email protected]>"]
version = "1.7.4"
version = "1.7.5"
description = "Generate file output from JSON"
repository = "https://github.com/tj-actions/json2file"
homepage = "https://github.com/tj-actions/json2file"
Expand Down
4 changes: 3 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

# [1.7.4](https://github.com/tj-actions/json2file/compare/v1.7.3...v1.7.4) - (2023-09-24)
# [1.7.5](https://github.com/tj-actions/json2file/compare/v1.7.3...v1.7.5) - (2023-09-24)

## <!-- 1 -->🐛 Bug Fixes

Expand Down Expand Up @@ -36,6 +36,7 @@

## <!-- 26 -->🔄 Update

- Update sync-release-version.yml ([b63ac5a](https://github.com/tj-actions/json2file/commit/b63ac5ab35f3ea57306accc5c7efbe4fa4dd075c)) - (Tonye Jack)
- Update sync-release-version.yml ([ab3f024](https://github.com/tj-actions/json2file/commit/ab3f024ce82fafd4816058aa55b857d698eea423)) - (Tonye Jack)
- Update sync-release-version.yml ([088a825](https://github.com/tj-actions/json2file/commit/088a825401975b52511826ae4034b54c33f8db12)) - (Tonye Jack)
- Updated .github/FUNDING.yml ([458f909](https://github.com/tj-actions/json2file/commit/458f9092c9c1ac4374ad04003c5a95912b163ecc)) - (Tonye Jack)
Expand Down Expand Up @@ -74,6 +75,7 @@ Co-authored-by: repo-ranger[bot] <repo-ranger[bot]@users.noreply.github.com> ([b

## <!-- 7 -->⚙️ Miscellaneous Tasks

- Upgraded to v1.7.4 ([#193](https://github.com/tj-actions/json2file/issues/193)) ([e6f9943](https://github.com/tj-actions/json2file/commit/e6f9943ab261f5a96458fc65c812be9ade8a7c92)) - (tj-actions[bot])
- **deps:** Update reviewdog/action-shellcheck action to v1.19 ([c5b8ef3](https://github.com/tj-actions/json2file/commit/c5b8ef310df9237644e8fb770ad57c7a865630a7)) - (renovate[bot])
- **deps:** Update tj-actions/changed-files action to v39 ([adcd817](https://github.com/tj-actions/json2file/commit/adcd817f58e9b52ec21e442ff153a4d8fbce5548)) - (renovate[bot])
- **deps:** Update actions/checkout action to v4 ([f52a6dd](https://github.com/tj-actions/json2file/commit/f52a6dd73f45de1f7e928029bddc3c8a2591aff5)) - (renovate[bot])
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
with:
repository-owner: tj-actions
repository: json2file
version: v1.7.4
version: v1.7.5
language-type: 'rust'
- run: |
bash $GITHUB_ACTION_PATH/entrypoint.sh
Expand Down

0 comments on commit 22a29a4

Please sign in to comment.