Skip to content

Bump github.com/cert-manager/cert-manager from 1.11.0 to 1.14.2 #109

Bump github.com/cert-manager/cert-manager from 1.11.0 to 1.14.2

Bump github.com/cert-manager/cert-manager from 1.11.0 to 1.14.2 #109

Workflow file for this run

name: Build
on:
pull_request:
branches: [ main ]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix flake check
- run: nix run .#check
- run: nix run .#smoke