Commit Graph

6 Commits

Author SHA1 Message Date
Alfi Maulana
b7c20de8fb
ci: unspecify Yarn version in workflows (#430) 2024-09-02 19:06:33 +07:00
Alfi Maulana
7fb9ce0cbe
ci: fix build diff check in workflow (#402)
* ci: check Git diff in separate steps

* ci: use `git diff-index` to assert diff
2024-08-07 20:36:45 +08:00
Alfi Maulana
3582170018
ci: audit step names in workflows (#373) 2024-07-27 21:16:44 +08:00
dependabot[bot]
3189f5b1b0
chore: bump actions/setup-node from 4.0.2 to 4.0.3 (#360)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4.0.2...v4.0.3)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-17 15:35:11 +07:00
dependabot[bot]
4b65ad3339
chore: bump actions/checkout from 4.1.6 to 4.1.7 (#338)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7.
- [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.1.6...v4.1.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alfi Maulana <alfi.maulana.f@gmail.com>
2024-06-22 15:43:20 +07:00
Alfi Maulana
2abb3cd1df
ci: separate check-package job to check workflow (#330) 2024-06-08 23:01:34 +08:00