Skip to content

Commit

Permalink
chore(deps): update adyen/release-automation-action action to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2023
1 parent 653e0a8 commit 9f94b39
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 @@ -10,7 +10,7 @@ jobs:
gh_release:
permissions:
contents: write
uses: Adyen/release-automation-action/.github/workflows/reusable-github-release.yml@v1.0.0
uses: Adyen/release-automation-action/.github/workflows/reusable-github-release.yml@v1.1.0
with:
release-title: Adyen Go API Library
develop-branch: develop
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Prepare the next main release
uses: Adyen/release-automation-action@v1.0.0
uses: Adyen/release-automation-action@v1.1.0
with:
token: ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }}
develop-branch: develop
Expand Down

0 comments on commit 9f94b39

Please sign in to comment.