Skip to content

Bump k8s.io/apimachinery from 0.29.1 to 0.29.3 #215

Bump k8s.io/apimachinery from 0.29.1 to 0.29.3

Bump k8s.io/apimachinery from 0.29.1 to 0.29.3 #215

Workflow file for this run

# Copyright 2023 Chainguard, Inc.
# SPDX-License-Identifier: Apache-2.0
name: Boilerplate
on:
pull_request:
branches: [ 'main', 'release-*' ]
jobs:
check:
name: Boilerplate Check
runs-on: ubuntu-latest
strategy:
fail-fast: false # Keep running if one leg fails.
matrix:
extension:
- go
- sh
- yaml
# Map between extension and human-readable name.
include:
- extension: go
language: Go
- extension: sh
language: Bash
- extension: yaml
language: YAML
steps:
- name: Check out code
uses: actions/[email protected]
- uses: chainguard-dev/actions/boilerplate@main
with:
extension: ${{ matrix.extension }}
language: ${{ matrix.language }}