Skip to content

Commit 12088fe

Browse files
chore(deps): update ncipollo/release-action digest to c266243 (#295)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2d2b0c3 commit 12088fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Create the major version release
6262
if: ${{ steps.version.outputs.new_tag }}
63-
uses: ncipollo/release-action@29d665a1e2d175d5c1a1932ba87667f14801c68b
63+
uses: ncipollo/release-action@c266243d9d9695d413e7afd471bb1e2c3c32b601
6464
with:
6565
token: ${{ secrets.GITHUB_TOKEN }}
6666
allowUpdates: true
@@ -74,7 +74,7 @@ jobs:
7474

7575
- name: Create the minor version release
7676
if: ${{ steps.version.outputs.new_tag }}
77-
uses: ncipollo/release-action@29d665a1e2d175d5c1a1932ba87667f14801c68b
77+
uses: ncipollo/release-action@c266243d9d9695d413e7afd471bb1e2c3c32b601
7878
with:
7979
token: ${{ secrets.GITHUB_TOKEN }}
8080
tag: ${{ steps.version.outputs.new_tag }}

0 commit comments

Comments
 (0)