Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Bump k8s.io/apimachinery from 0.27.4 to 0.28.4 #221

Bump k8s.io/apimachinery from 0.27.4 to 0.28.4

Bump k8s.io/apimachinery from 0.27.4 to 0.28.4 #221

Workflow file for this run

# Copyright 2022 Chainguard, Inc.
# SPDX-License-Identifier: Apache-2.0
name: Whitespace
on:
pull_request:
branches: [ 'main', 'release-*' ]
permissions: read-all
jobs:
whitespace:
name: Check Whitespace
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: chainguard-dev/actions/trailing-space@84c993eaf02da1c325854fb272a4df9184bd80fc # main
if: ${{ always() }}
- uses: chainguard-dev/actions/eof-newline@84c993eaf02da1c325854fb272a4df9184bd80fc # main
if: ${{ always() }}