Skip to content

chore: Bump github.com/siderolabs/talos/pkg/machinery from 1.8.1 to 1.8.2 in the siderolabs group #330

chore: Bump github.com/siderolabs/talos/pkg/machinery from 1.8.1 to 1.8.2 in the siderolabs group

chore: Bump github.com/siderolabs/talos/pkg/machinery from 1.8.1 to 1.8.2 in the siderolabs group #330

Workflow file for this run

name: Conformance check
on:
pull_request:
branches:
- main
jobs:
conform:
name: Conformance
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- name: Checkout main branch
run: git fetch --no-tags origin main:main
- name: Conform action
uses: talos-systems/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}