diff --git a/.github/workflows/conventional-commit-prs.yml b/.github/workflows/conventional-commit-prs.yml index 75b9bb6..a987b6c 100644 --- a/.github/workflows/conventional-commit-prs.yml +++ b/.github/workflows/conventional-commit-prs.yml @@ -9,6 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - name: PR Conventional Commit Validation - uses: ytanikin/pr-conventional-commits@fda730cb152c05a849d6d84325e50c6182d9d1e9 # 1.5.1 + uses: ytanikin/pr-conventional-commits@639145d78959c53c43112365837e3abd21ed67c1 # 1.5.2 with: task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]' diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 8f4d0f1..272383b 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -21,7 +21,7 @@ jobs: app-id: ${{ secrets.DS_RELEASE_BOT_ID }} private-key: ${{ secrets.DS_RELEASE_BOT_PRIVATE_KEY }} - - uses: googleapis/release-please-action@v4 + - uses: googleapis/release-please-action@v4.4.1 id: release with: token: ${{ steps.app-token.outputs.token }}