diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1e7405..24e7e3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -222,7 +222,7 @@ jobs: fi - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: v${{ env.PACKAGE_VERSION }} name: Release v${{ env.PACKAGE_VERSION }} diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index 003c65e..986cc7e 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -145,7 +145,7 @@ jobs: retention-days: 7 - name: Create PR comment - uses: actions/github-script@v8 + uses: actions/github-script@v9 if: always() with: script: |