Skip to content

Bump sigs.k8s.io/controller-runtime from 0.19.0 to 0.19.1 #1332

Bump sigs.k8s.io/controller-runtime from 0.19.0 to 0.19.1

Bump sigs.k8s.io/controller-runtime from 0.19.0 to 0.19.1 #1332

Workflow file for this run

name: Test setup-polaris
on:
pull_request:
branches: [ master ]
jobs:
build-int:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup polaris
uses: ./.github/actions/setup-polaris
with:
version: 4.2.0
- name: Use command
run: polaris version
build-ext:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup polaris
uses: fairwindsops/polaris/.github/actions/setup-polaris@master
with:
version: 4.2.0
- name: Use command
run: polaris version