diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cd33b4e1b1..7eb53c2ee3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -122,7 +122,7 @@ jobs: shell: bash - name: Check that generated project is properly updated - uses: actions/github-script@v6 + uses: actions/github-script@v7 if: ${{ steps.get-changes.outputs.changes > 0 }} with: script: |