{"id":20305545,"url":"https://github.com/dervexdev/file-version-bumper","last_synced_at":"2026-05-18T03:04:31.890Z","repository":{"id":228263235,"uuid":"773523307","full_name":"DervexDev/file-version-bumper","owner":"DervexDev","description":"Bump version in any JSON or TOML file with this simple Action","archived":false,"fork":false,"pushed_at":"2024-11-04T23:14:18.000Z","size":1109,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-04T07:24:03.396Z","etag":null,"topics":["actions","github-actions","semver","versioning"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DervexDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"DervexDev","ko_fi":"Dervex"}},"created_at":"2024-03-17T22:05:12.000Z","updated_at":"2024-08-07T00:56:51.000Z","dependencies_parsed_at":"2024-06-25T00:25:42.738Z","dependency_job_id":"1054243f-55a0-4374-a04c-2d7fdb180747","html_url":"https://github.com/DervexDev/file-version-bumper","commit_stats":null,"previous_names":["dervexdev/version-bumper","dervexdev/file-version-bumper"],"tags_count":1,"template":false,"template_full_name":"actions/typescript-action","purl":"pkg:github/DervexDev/file-version-bumper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DervexDev%2Ffile-version-bumper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DervexDev%2Ffile-version-bumper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DervexDev%2Ffile-version-bumper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DervexDev%2Ffile-version-bumper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DervexDev","download_url":"https://codeload.github.com/DervexDev/file-version-bumper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DervexDev%2Ffile-version-bumper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279008443,"owners_count":26084459,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","github-actions","semver","versioning"],"created_at":"2024-11-14T17:08:54.562Z","updated_at":"2025-10-11T19:11:38.761Z","avatar_url":"https://github.com/DervexDev.png","language":"TypeScript","funding_links":["https://github.com/sponsors/DervexDev","https://ko-fi.com/Dervex"],"categories":[],"sub_categories":[],"readme":"# File Version Bumper\n\nBump version in any JSON or TOML file with this simple Action\n\n[![CI](https://github.com/dervexdev/file-version-bumper/actions/workflows/ci.yml/badge.svg)](https://github.com/dervexdev/file-version-bumper/actions/workflows/ci.yml)\n[![Super-Linter](https://github.com/dervexdev/file-version-bumper/actions/workflows/linter.yml/badge.svg)](https://github.com/dervexdev/file-version-bumper/actions/workflows/linter.yml)\n[![CodeQL](https://github.com/dervexdev/file-version-bumper/actions/workflows/codeql.yml/badge.svg)](https://github.com/dervexdev/file-version-bumper/actions/workflows/codeql.yml)\n\n## Example\n\n```yaml\nname: Release\n\non:\n  push:\n    tags: ['*']\n\njobs:\n  bump:\n    name: Bump Version\n    runs-on: ubuntu-latest\n\n    steps:\n      - uses: actions/checkout@v4\n\n      - name: Bump Cargo version\n        uses: DervexDev/file-version-bumper@v1\n        with:\n          path: ./Cargo.toml\n\n      - name: Update Cargo lock\n        run: cargo update --workspace\n```\n\n## Inputs\n\n| Name    | Required | Description                                                             |\n| ------- | -------- | ----------------------------------------------------------------------- |\n| path    | `true`   | Path to the JSON or TOML file you want to bump                          |\n| version | `false`  | The version to bump to, defaults to the tag name                        |\n| format  | `false`  | The format of the file you want to bump, defaults to the file extension |\n\n## Outputs\n\n| Name        | Description                  |\n| ----------- | ---------------------------- |\n| new_version | New version of the file      |\n| old_version | Previous version of the file |\n\n\u003e [!IMPORTANT]\n\u003e\n\u003e Lock files won't update automatically!\n\u003e\n\u003e You will need to add extra step that runs special command e.g.\n\u003e `cargo update --workspace` or `npm i --package-lock-only`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdervexdev%2Ffile-version-bumper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdervexdev%2Ffile-version-bumper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdervexdev%2Ffile-version-bumper/lists"}