Skip to content

chore(deps): bump github.com/flanksource/commons from 1.12.0 to 1.14.0 in /hack/generate-schemas #2403

chore(deps): bump github.com/flanksource/commons from 1.12.0 to 1.14.0 in /hack/generate-schemas

chore(deps): bump github.com/flanksource/commons from 1.12.0 to 1.14.0 in /hack/generate-schemas #2403

Workflow file for this run

on: pull_request
name: Build
# Declare default permissions as read only
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
- name: Build Container
run: make docker
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}