From f99dd073de93a1b2967a15082430e0a9e0ecd1be Mon Sep 17 00:00:00 2001 From: Yordis Prieto Date: Wed, 6 Nov 2024 13:40:00 -0500 Subject: [PATCH] fix action versions --- .github/workflows/pr.yml | 5 ++--- .github/workflows/release-please.yml | 8 ++++++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 4142e857..0bd3d480 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -14,6 +14,5 @@ jobs: name: Conventional Commits runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - - uses: webiny/action-conventional-commits@v1.3.0 \ No newline at end of file + - uses: actions/checkout@v4.1.3 + - uses: webiny/action-conventional-commits@v1.3.0 diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index af5f32c5..2b9549f1 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -3,7 +3,11 @@ name: Release on: push: branches: - - main + - master + +permissions: + contents: write + pull-requests: write jobs: Please: @@ -12,7 +16,7 @@ jobs: steps: - id: release name: Release - uses: google-github-actions/release-please-action@v4 + uses: google-github-actions/release-please-action@v4.1.3 with: command: manifest config-file: .github/release-please-config.json