Skip to content

build(deps): Bump the github-actions group with 2 updates #45

build(deps): Bump the github-actions group with 2 updates

build(deps): Bump the github-actions group with 2 updates #45

Workflow file for this run

# Continuous integration handling for GoReleaser
name: ci-goreleaser
on:
pull_request:
paths:
- .github/workflows/ci-goreleaser.yml
- .goreleaser.yml
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
with:
go-version-file: 'go.mod'
- uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
with:
args: check