Skip to content

Commit

Permalink
chore(deps): update adyen/release-automation-action action to v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 21, 2024
1 parent a835fc4 commit 1e9eb72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
github:
permissions:
contents: write
uses: Adyen/release-automation-action/.github/workflows/reusable-github-release.yml@v1.3.0
uses: Adyen/release-automation-action/.github/workflows/reusable-github-release.yml@v1.3.1
with:
release-title: Adyen Node API Library
develop-branch: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Prepare the next main release
uses: Adyen/release-automation-action@v1.3.0
uses: Adyen/release-automation-action@v1.3.1
with:
token: ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }}
develop-branch: main
Expand Down

0 comments on commit 1e9eb72

Please sign in to comment.