Skip to content

Commit a835fc4

Browse files
chore(deps): update adyen/release-automation-action action to v1.3.0 (#1336)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a33f483 commit a835fc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gh-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
github:
1313
permissions:
1414
contents: write
15-
uses: Adyen/release-automation-action/.github/workflows/reusable-github-release.yml@v1.2.0
15+
uses: Adyen/release-automation-action/.github/workflows/reusable-github-release.yml@v1.3.0
1616
with:
1717
release-title: Adyen Node API Library
1818
develop-branch: main

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626
- name: Prepare the next main release
27-
uses: Adyen/release-automation-action@v1.2.0
27+
uses: Adyen/release-automation-action@v1.3.0
2828
with:
2929
token: ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }}
3030
develop-branch: main

0 commit comments

Comments
 (0)