Files
discordeno/.github/workflows/rest-pkg-test-status.yml
dependabot[bot] d895725dfc build(deps): bump actions/checkout from 3 to 4 (#3279)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-10 13:36:48 +00:00

12 lines
183 B
YAML

name: Rest Pkg Test Status
on:
workflow_call:
jobs:
rest-pkg-test-status:
name: Rest Pkg Test Status
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4