dependabot[bot] 49131bf874 Bump json5 from 2.2.0 to 2.2.3
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
49131bf874 · 2023-01-07 04:35:44 +00:00
123 Commits
2020-07-17 11:45:52 +08:00
2022-12-24 00:26:14 +08:00
2022-12-24 00:26:14 +08:00
2021-05-11 11:45:17 +08:00
2022-11-01 07:07:13 +08:00
2020-07-17 11:45:52 +08:00
2022-11-30 22:33:04 +08:00
2020-07-07 21:53:34 +08:00
2019-09-30 21:16:13 +08:00
2022-11-01 07:09:53 +08:00
2022-11-30 22:31:45 +08:00
2020-11-17 22:31:36 +08:00
2020-07-17 11:57:35 +08:00
2023-01-07 04:35:44 +00:00

GitHub Action - Setup xmake

Build status GitHub release (latest by date)

Set up your GitHub Actions workflow with a specific version of xmake

Usage

See action.yml.

Example

Use latest version:

uses: xmake-io/github-action-setup-xmake@v1
with:
  xmake-version: latest

Use specified version:

uses: xmake-io/github-action-setup-xmake@v1
with:
  xmake-version: '2.5.3'

Use specified branch:

uses: xmake-io/github-action-setup-xmake@v1
with:
  xmake-version: branch@master

Use semver:

uses: xmake-io/github-action-setup-xmake@v1
with:
  xmake-version: '>=2.2.6 <=2.5.3'

Use action cache:

uses: xmake-io/github-action-setup-xmake@v1
with:
  xmake-version: '2.7.2'
  actions-cache-folder: '.xmake-cache'

Use action cache with cachekey:

uses: xmake-io/github-action-setup-xmake@v1
with:
  xmake-version: '2.7.2'
  actions-cache-folder: '.xmake-cache'
  actions-cache-key: 'archlinux-ci'

Contributing

Prepare development environment

yarn install

Draft a new release

yarn release
git add .
yarn version

# for a minor version or patch of v1
git tag --delete v1
git tag v1

git push origin master
git push --tags --force
S
Description
No description provided
Readme GPL-3.0 7.2 MiB
v2 Latest
2026-07-04 00:12:13 +08:00
Languages
TypeScript 99.4%
Lua 0.3%
C++ 0.2%
JavaScript 0.1%