diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ba90327..8179313 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -16,7 +16,7 @@ permissions: pull-requests: write contents: write - uses: coopnorge/github-workflow-release-drafter/.github/workflows/release-drafter.yaml@v0.5.0 + uses: coopnorge/github-workflow-release-drafter/.github/workflows/release-drafter.yaml@v0.5.1 build: if: always() needs: ['release-draft'] diff --git a/.github/workflows/release-drafter-go.yaml b/.github/workflows/release-drafter-go.yaml index 2a3baaa..c8699a7 100644 --- a/.github/workflows/release-drafter-go.yaml +++ b/.github/workflows/release-drafter-go.yaml @@ -142,7 +142,7 @@ jobs: draft-release: name: Draft Release uses: >- - coopnorge/github-workflow-release-drafter/.github/workflows/release-drafter.yaml@v0.5.0 + coopnorge/github-workflow-release-drafter/.github/workflows/release-drafter.yaml@v0.5.1 with: config-name: "${{ inputs.config-name }}" commitish: "${{ inputs.commitish }}"