diff options
| author | Ritesh Ghosh <[email protected]> | 2024-03-03 23:42:38 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2024-03-03 23:42:38 +0530 |
| commit | d152f89b0f4410bda5216d73a199cffad5d629bb (patch) | |
| tree | 2694789b7abe38750af388e5060150339cb285aa | |
| parent | 1328ec393a8d87882c61915fb1875ab1352b6f8a (diff) | |
| download | aniwatch-api-d152f89b0f4410bda5216d73a199cffad5d629bb.tar.xz aniwatch-api-d152f89b0f4410bda5216d73a199cffad5d629bb.zip | |
ci: update checkout, & changelog action versions
| -rw-r--r-- | .github/workflows/release.yml | 6 |
1 files 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 }} |
