Skip to content

build(deps): bump actions/setup-go from 5.3.0 to 5.4.0 #60

build(deps): bump actions/setup-go from 5.3.0 to 5.4.0

build(deps): bump actions/setup-go from 5.3.0 to 5.4.0 #60

Workflow file for this run

on:
push:
branches:
- main
name: release-please
jobs:
release-please:
permissions:
contents: write
pull-requests: write
outputs:
release_created: "${{ steps.release-please.outputs.release_created }}"
release_tag: "${{ steps.release-please.outputs.tag_name }}"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
# https://github.com/actions/checkout/issues/1467
fetch-depth: 0
- uses: googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445 # v4.2.0
id: release-please
with:
config-file: .release-please.json
manifest-file: .release-please-manifest.json
release-docker-image:
needs:
- release-please
if: needs.release-please.outputs.release_created
permissions:
contents: write
pull-requests: write
id-token: write
uses: ./.github/workflows/build.yml
with:
tag: ${{ needs.release-please.outputs.release_tag }}