Skip to content

chore: Update to Cilium v1.20.0 #738

chore: Update to Cilium v1.20.0

chore: Update to Cilium v1.20.0 #738

name: "Validate sync diffs"
on: [pull_request]
permissions: {}
jobs:
check:
name: "Check sync.sh was called"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 1
- name: Download vendir
uses: giantswarm/install-binary-action@5bef88f65012037dd836117c8d344b21bb559854 # v4.1.0
with:
binary: "vendir"
version: "0.46.0"
download_url: "https://github.com/carvel-dev/vendir/releases/download/v${version}/vendir-linux-amd64"
smoke_test: "${binary} --version"
- name: Run sync.sh
run: |
./sync/sync.sh
- name: Check there is no diff
run: |
git diff --exit-code