Skip to content

Commit dc99172

Browse files
committed
ci: raising the github script version to 7
1 parent 3acc818 commit dc99172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-chatbot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
echo "infra=$INFRA" >> $GITHUB_OUTPUT
5555
5656
- name: Notify the user
57-
uses: actions/github-script@v6
57+
uses: actions/github-script@v7
5858
with:
5959
script: |
6060
const environment = `${{ steps.parse_command.outputs.environment }}`;
@@ -97,7 +97,7 @@ jobs:
9797

9898
# Step 2: Validate and Trigger Deploy Workflow
9999
- name: Trigger Deployment Workflow
100-
uses: actions/github-script@v6
100+
uses: actions/github-script@v7
101101
env:
102102
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
103103
with:

0 commit comments

Comments
 (0)