1
0
Fork 0
mirror of synced 2024-06-01 10:09:48 +12:00

Updating actions/github-script to v7

This commit is contained in:
Adria Navarro 2024-01-25 09:55:28 +01:00
parent 6033206fd3
commit 8699ebdf59

View file

@ -249,7 +249,7 @@ jobs:
- name: Check submodule merged to base branch
if: ${{ steps.get_pro_commits.outputs.base_commit != '' }}
uses: actions/github-script@v4
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
@ -299,7 +299,7 @@ jobs:
- name: Check submodule merged to base branch
if: ${{ steps.get_accountportal_commits.outputs.base_commit != '' }}
uses: actions/github-script@v4
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |