Skip to content

Commit 1d93e3e

Browse files
authored
fix(ci): fix please-release action (#87)
1 parent d4b2eab commit 1d93e3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,14 @@ jobs:
107107
pull-requests: write
108108
repository-projects: write
109109
steps:
110-
- uses: google-github-actions/release-please-action@v3
110+
- uses: google-github-actions/release-please-action@v4
111111
id: release
112112
with:
113113
token: ${{ secrets.PERSONAL_RELEASE_TOKEN }}
114114
release-type: simple
115115
package-name: colorbox.nvim
116116
- uses: actions/checkout@v4
117-
- uses: rickstaa/action-create-tag@v1
117+
- uses: rickstaa/action-create-tag@v2
118118
if: ${{ steps.release.outputs.release_created }}
119119
with:
120120
tag: stable

0 commit comments

Comments
 (0)