Skip to content

Commit

Permalink
Merge pull request #1277 from Adyen/renovate/actions-github-script-7.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/github-script action to v7
  • Loading branch information
michaelpaul committed Nov 15, 2023
2 parents a58ee07 + b7df623 commit 6b29fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lib-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: current-version
run: make version
- name: Prepare release request
uses: actions/github-script@v6
uses: actions/github-script@v7
id: release
env:
CURRENT_VERSION: ${{steps.current-version.outputs.currentVersion}}
Expand Down

0 comments on commit 6b29fb9

Please sign in to comment.