Commit Graph

15 Commits

Author SHA1 Message Date
dependabot[bot]
ee508838bd chore(deps): bump actions/checkout from 4.2.2 to 6.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 6.0.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v4.2.2...v6.0.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-02 17:54:29 +00:00
dependabot[bot]
ef60b862f2 chore(deps): bump actions/checkout from 4 to 6 (#68)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-21 21:03:06 +03:00
dependabot[bot]
1656405f98 chore(deps): bump actions/checkout from 3 to 4 (#14)
* chore(deps): bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs(readme): update the action versions in README.md

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
2024-01-03 15:07:52 +01:00
Nicolas Hedger
b7913b6646 feat(action): add output for the latest version (#12)
* feat: output `version` of the latest release

* update readme
2023-11-12 23:16:39 +01:00
Orhun Parmaksız
7204866657 chore(docker): update git-cliff to 1.3.0 2023-09-01 17:35:23 +03:00
Orhun Parmaksız
b5f86d99d9 chore(action): bump checkout action to v3 2023-02-15 21:07:44 +03:00
Orhun Parmaksız
cb8a76a874 chore(test): run CI on pull request 2022-11-19 22:55:11 +03:00
Matteo Ferrando
4d60dd0dbe fix(args): handle quotes in passed args (#3)
* add ' to test

* separate git cliff args before passing

* file expansion
2022-11-19 20:20:33 +01:00
orhun
fb2383ad8b test(args): use multiple arguments for testing 2021-06-19 22:57:51 +03:00
orhun
3b33c9dab6 refactor(action): use OUTPUT environment variable as output path 2021-06-18 18:59:56 +03:00
orhun
ba9e17e7eb fix(test): set the fetch-depth to 0 2021-06-18 03:38:59 +03:00
orhun
5200369cc2 chore(action): set the name of the test action 2021-06-18 03:30:54 +03:00
orhun
9e859999aa feat(input): use the config file from given path 2021-06-18 03:00:25 +03:00
orhun
6772dc9095 fix(test): use sudo to create a output directory 2021-06-18 01:57:28 +03:00
orhun
39a44ae974 test(action): add main.yml workflow 2021-06-18 01:51:07 +03:00