0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-01 11:02:59 +00:00

chore(ci): update release-please action ref

This commit is contained in:
Pavel Boldyrev 2024-05-14 21:32:52 -04:00
parent 71480bf934
commit bfb20e0bfd
No known key found for this signature in database
GPG Key ID: 637146A2A6804C59
2 changed files with 1 additions and 7 deletions

View File

@ -22,6 +22,6 @@ jobs:
repositories: "${{ github.event.repository.name }}"
- name: Create / Update Release PR
uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4.1.1
uses: googleapis/release-please-action@f3969c04a4ec81d7a9aa4010d84ae6a7602f86a7 # v4.1.1
with:
token: "${{ steps.app-token.outputs.token }}"

View File

@ -1,6 +0,0 @@
module.exports = {
extends: [
"@commitlint/config-conventional"
],
}