SY-4150: Enable writing time.now() to timestamp and int64 - Flow and WASM Pairity
#11735
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Check Versions | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - main | |
| - rc | |
| workflow_dispatch: | |
| jobs: | |
| check-versions: | |
| name: Check Versions | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout Repository | |
| uses: actions/checkout@v6 | |
| - name: Check Versions | |
| run: scripts/check_versions.sh |