Files
SpacetimeDB/.github/workflows/upgrade-version-check.yml
Zeke Foppa 462cac9af7 CI - Migrate off of spacetimedb-runner (#3763)
# Description of Changes

Move anything running on `spacetimedb-runner` to
`spacetimedb-new-runner`

# API and ABI breaking changes

None.

# Expected complexity level and risk

1

# Testing

- [x] CI passes

---------

Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
2025-11-25 20:16:23 +00:00

23 lines
536 B
YAML

name: Upgrade Version Check
on:
pull_request:
types: [opened, synchronize]
merge_group:
permissions: read-all
jobs:
version_upgrade_check:
runs-on: spacetimedb-new-runner
container:
image: localhost:5000/spacetimedb-ci:latest
options: --privileged
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Verify that upgrade-version still works
run: cargo bump-versions 123.456.789 --rust-and-cli --csharp --typescript
- name: Show diff
run: git diff HEAD