dependabot[bot]
|
64e5dfa625
|
chore: bump actions/setup-node from 4.0.4 to 4.1.0 (#489)
Test / Test Action (macos-14) (push) Waiting to run
Test / Test Action (windows-2022) (push) Waiting to run
Build / Build Package (push) Failing after 1s
Check / Check Package (push) Failing after 1s
Test / Test Package (push) Failing after 1s
Test / Test Action (ubuntu-22.04) (push) Failing after 29s
Test / Test Action With Specified Directories (push) Failing after 34s
Test / Test Action Without Run Build (push) Failing after 36s
Test / Test Action With Additional Options (push) Failing after 2s
Test / Test Action With Custom Generator (push) Failing after 2s
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.4 to 4.1.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4.0.4...v4.1.0)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-10-31 13:40:30 +08:00 |
|
dependabot[bot]
|
18502f7faf
|
chore: bump actions/checkout from 4.2.1 to 4.2.2 (#488)
Build / Build Package (push) Failing after 7s
Check / Check Package (push) Failing after 2s
Test / Test Package (push) Failing after 2s
Test / Test Action (ubuntu-22.04) (push) Failing after 33s
Test / Test Action With Specified Directories (push) Failing after 36s
Test / Test Action Without Run Build (push) Failing after 32s
Test / Test Action With Additional Options (push) Failing after 2s
Test / Test Action With Custom Generator (push) Failing after 2s
Test / Test Action (windows-2022) (push) Has been cancelled
Test / Test Action (macos-14) (push) Has been cancelled
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2.
- [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.2.1...v4.2.2)
---
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>
|
2024-10-29 20:16:49 +07:00 |
|
dependabot[bot]
|
2284bf736b
|
chore: bump actions/checkout from 4.2.0 to 4.2.1 (#473)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1.
- [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.2.0...v4.2.1)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alfi Maulana <alfi.maulana.f@gmail.com>
|
2024-10-12 17:02:48 +08:00 |
|
dependabot[bot]
|
0143907182
|
chore: bump actions/checkout from 4.1.7 to 4.2.0 (#463)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0.
- [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.7...v4.2.0)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alfi Maulana <alfi.maulana.f@gmail.com>
|
2024-09-30 17:59:51 +08:00 |
|
dependabot[bot]
|
88630f7f4c
|
chore: bump actions/setup-node from 4.0.3 to 4.0.4 (#451)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4.0.3...v4.0.4)
---
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-09-24 19:55:03 +08:00 |
|
Alfi Maulana
|
126b549d1c
|
ci: specify runner OS version in workflows (#445)
|
2024-09-18 14:13:16 +08:00 |
|
Alfi Maulana
|
7920840f24
|
build: specify Node version using .nvmrc file (#433)
* build: specify Node.js version in `.nvmrc` file
* ci: setup Node.js with version specified in `.nvmrc`
|
2024-09-04 12:54:34 +07:00 |
|
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 |
|