Skip to content

Commit 91c0cfe

Browse files
authored
Merge pull request #2546 from OpenBankProject/dependabot/github_actions/actions/github-script-7
Bump actions/github-script from 6 to 7
2 parents 4c93b42 + d1ea93a commit 91c0cfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto_update_base_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
image: ${{ env.DOCKER_HUB_ORGANIZATION }}/obp-api:latest
2525

2626
- name: Trigger build_container_develop_branch workflow
27-
uses: actions/github-script@v6
27+
uses: actions/github-script@v7
2828
with:
2929
script: |
3030
await github.rest.actions.createWorkflowDispatch({

0 commit comments

Comments
 (0)