Skip to content

Bump the gh-minor group across 1 directory with 14 updates #985

Bump the gh-minor group across 1 directory with 14 updates

Bump the gh-minor group across 1 directory with 14 updates #985

Workflow file for this run

name: verify
on:
pull_request:
paths-ignore:
- 'CHANGELOG.md'
- 'README.md'
- 'MAINTAINERS'
push:
branches:
- 'main'
workflow_dispatch:
permissions:
contents: read # for actions/checkout to fetch code
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.0.0
- name: Setup Go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version-file: go.mod
cache-dependency-path: |
**/go.sum
**/go.mod
- name: Verify
run: make verify