Skip to content

Commit 3bb8d2a

Browse files
authored
fix: bump release-pr-action with a fix (#254)
apify/release-pr-action#29
1 parent 0468956 commit 3bb8d2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/create_changelog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
steps:
6363
- name: get changelog
6464
id: changelog
65-
uses: apify/release-pr-action@v3.5.0
65+
uses: apify/release-pr-action@v3.5.1
6666
with:
6767
slack-token: ${{ secrets.slackToken }}
6868
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/open_pull_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-22.04-arm64
3030
steps:
3131
- name: open release pull-request
32-
uses: apify/release-pr-action@v3.5.0
32+
uses: apify/release-pr-action@v3.5.1
3333
with:
3434
github-token: ${{ secrets.githubToken }}
3535
changelog-scopes: ${{ inputs.changelogScopes }}

0 commit comments

Comments
 (0)