Skip to content

Commit

Permalink
Merge pull request #617 from Adyen/renovate/adyen-release-automation-…
Browse files Browse the repository at this point in the history
…action-2.x

chore(deps): update adyen/release-automation-action action to v2
  • Loading branch information
AlexandrosMor authored Jan 30, 2024
2 parents ef4818a + 2f6de7e commit 888e1fa
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.1.1
uses: Adyen/release-automation-action/.github/workflows/reusable-github-release.yml@v2.0.0
with:
release-title: Adyen PHP 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.1.1
uses: Adyen/release-automation-action@v2.0.0
with:
token: ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }}
develop-branch: main
Expand Down

0 comments on commit 888e1fa

Please sign in to comment.