Skip to content

Commit

Permalink
fix action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yordis committed Nov 6, 2024
1 parent e6c335f commit f99dd07
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- uses: actions/checkout@v4.1.3
- uses: webiny/action-conventional-commits@v1.3.0
8 changes: 6 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ name: Release
on:
push:
branches:
- main
- master

permissions:
contents: write
pull-requests: write

jobs:
Please:
Expand All @@ -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
Expand Down

0 comments on commit f99dd07

Please sign in to comment.