Skip to content

update actions runner and action versions #43

update actions runner and action versions

update actions runner and action versions #43

name: CI
on:
push:
branches:
- main
jobs:
renderjson:
name: Render JSON
runs-on: ubuntu-24.04
steps:
- name: Checkout Repo
# https://github.com/marketplace/actions/checkout
uses: actions/checkout@v4
- name: Install Jsonnet
run: sudo apt-get install -y jsonnet
- name: Render JSON
run: .github/scripts/render_json.sh ./jsonnet ./json
- name: Commit Rendered JSON
# https://github.com/marketplace/actions/git-auto-commit
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "[AUTO] Render JSON"