Skip to content

Commit f9ebba3

Browse files
committed
fix another github action warning
1 parent 2055559 commit f9ebba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
id: release_notes
9191
uses: ffurrer2/extract-release-notes@v2
9292
- name: Release
93-
uses: softprops/action-gh-release@v1
93+
uses: softprops/action-gh-release@v2
9494
env:
9595
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9696
with:

0 commit comments

Comments
 (0)