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
…637)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 22, 2024
1 parent 022bb3f commit bc156c8
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/[email protected].0
uses: Adyen/release-automation-action/.github/workflows/[email protected].1
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/[email protected].0
uses: Adyen/[email protected].1
with:
token: ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }}
develop-branch: main
Expand Down

0 comments on commit bc156c8

Please sign in to comment.