From d152f89b0f4410bda5216d73a199cffad5d629bb Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Sun, 3 Mar 2024 23:42:38 +0530 Subject: [PATCH] ci: update checkout, & changelog action versions --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4b8f66f..58ea28e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Releases +name: "Create Release" on: push: branches: ["main"] @@ -9,11 +9,11 @@ jobs: steps: - name: Checkouts repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Conventional changelog action id: changelog - uses: TriPSs/conventional-changelog-action@v3 + uses: TriPSs/conventional-changelog-action@v5 with: skip-on-empty: false github-token: ${{ secrets.GITHUB_TOKEN }}