Skip to content

Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 #85

Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0

Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 #85

Workflow file for this run

---
name: Tests
on: [push, pull_request]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.21
- uses: actions/checkout@v4
- name: tests
run: |
make test