Skip to content

Bump k8s.io/apimachinery from 0.27.4 to 0.28.1 #1319

Bump k8s.io/apimachinery from 0.27.4 to 0.28.1

Bump k8s.io/apimachinery from 0.27.4 to 0.28.1 #1319

Workflow file for this run

name: Boilerplate
on:
pull_request:
branches: ['main']
jobs:
check:
name: Boilerplate Check
runs-on: ubuntu-latest
strategy:
fail-fast: false # Keep running if one leg fails.
matrix:
extension:
- go
- sh
# Map between extension and human-readable name.
include:
- extension: go
language: Go
- extension: sh
language: Bash
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: chainguard-dev/actions/boilerplate@84c993eaf02da1c325854fb272a4df9184bd80fc # main
with:
extension: ${{ matrix.extension }}
language: ${{ matrix.language }}