Skip to content

ci: update all non-major github actions #24

ci: update all non-major github actions

ci: update all non-major github actions #24

name: Check GoReleaser config
on:
push:
branches:
- "release-please--**"
- "renovate/all-non-major-github-actions"
- master
permissions:
contents: read
jobs:
verify-goreleaser:
name: Check GoReleaser config
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version-file: "go.mod"
- name: Check GoReleaser config
uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5.1.0
with:
version: "~> v2"
args: check