Skip to content

🌱 Bump azure/setup-helm from 4.3.1 to 5.0.0 #1771

🌱 Bump azure/setup-helm from 4.3.1 to 5.0.0

🌱 Bump azure/setup-helm from 4.3.1 to 5.0.0 #1771

Workflow file for this run

name: Go API Diff
on:
pull_request:
jobs:
go-apidiff:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
with:
fetch-depth: 0
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
with:
go-version: 1.25.x
- name: Generate API diff
run: make apidiff