From f9ebba3043f5335a68b9b35ce782162769950479 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Fri, 22 Mar 2024 12:57:43 -0700 Subject: [PATCH] fix another github action warning --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 13f6aa60..41e34643 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -90,7 +90,7 @@ jobs: id: release_notes uses: ffurrer2/extract-release-notes@v2 - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: