aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSteven Arcangeli <stevearc@stevearc.com>2024-05-16 12:34:46 -0700
committerSteven Arcangeli <stevearc@stevearc.com>2024-05-16 12:34:50 -0700
commit00f9d91391b04b1935e2f15948bd96cc111e7d3a (patch)
tree840ccc8efe0361e4fb0dc46f47c28bb6d4fe7329 /.github
parentda5c6acaa6ae928b37f638e4aca8674524bd1d29 (diff)
ci: upgrade release-please-action to v4
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 8a110c5..7e62300 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -110,11 +110,10 @@ jobs:
- update_docs
runs-on: ubuntu-22.04
steps:
- - uses: google-github-actions/release-please-action@v3
+ - uses: googleapis/release-please-action@v4
id: release
with:
release-type: simple
- package-name: conform.nvim
- uses: actions/checkout@v4
- uses: rickstaa/action-create-tag@v1
if: ${{ steps.release.outputs.release_created }}